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.