kcmr / vsce-remove-unused-imports

VS Code extension to remove unused ES6 imports inside JavaScript and TypeScript files
https://marketplace.visualstudio.com/items?itemName=kuscamara.remove-unused-imports
MIT License
17 stars 5 forks source link

Should have a way to search for all files with unused imports #39

Closed geuisbackbone closed 2 weeks ago

geuisbackbone commented 2 weeks ago

In a codebase with hundreds or thousands of files, there should be a mechanism to either auto-remove unused imports in all appropriate files or to at least show the affected files so the process could be done manually.