vscode-folder-source-actions

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

MIT License

Stars
19
Committers
3

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:

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.
Related Projects