1.2.0: support for running on save
New feature
Support for running the extension on save
"Remove unused imports" command now can be executed every time a file is saved via Code Actions. To enable it, set source.removeUnusedImports
to true
inside editor.codeActionsOnSave
in your VSCode settings:
"editor.codeActionsOnSave": {
"source.removeUnusedImports": true
}