Remove Unused ImportsDescriptionVS Code extension to remove unused ES6 imports inside JavaScript and TypeScript files ( Usage
Run on saveThe command can be executed every time a file is saved via Code Actions. To enable it, set
KeybindingThis extension does not provide any keybinding for the command. You can assign your own custom keybinding for it by pressing the cog icon that appears to the right of the command name in the Command Palette. Known issuesThe format of the document may change after running this command. For instance, final semicolons are added to the modified imports. AcknowledgmentsThis extension is inspired by vsc-sort-imports. Support meLicenseThis project is licensed under the MIT License. |