/vscode-folder-source-actions

VS Code extension for applying organize imports to all files in a folder

Primary LanguageTypeScriptMIT LicenseMIT

VS Code Folder Source Actions

Adds a context menu that allows you to apply VS Code's organize imports code action to all files in a folder:

Organize imports in folder context menu

Important — Requires VS Code 1.32+

Supported languages

  • VS Code's built-in JavaScript and Typescript support.
  • Any extension that returns source.organizeImports code actions.