Dead Import Detector
A VS Code extension that statically analyzes your file and highlights imports that are never referenced in the code. Remove all dead imports in one click, keeping your files clean and build output lean.
Stack
TypeScriptVS Code API
Features
- —Static analysis of import usage across the file
- —Inline highlighting of unused imports
- —One-click removal of all dead imports
- —Works with TypeScript and JavaScript