Identify exported TypeScript functions that are not being referenced in other files.
Features
Streamline your TypeScript codebase by easily identifying:
- 🎯 Unused exported functions: Highlights functions that are exported but not used in any other file.
- 📍 Functions only referenced in their own file: Marks exported functions that don't need to be exported.
Usage
To use the extension:
- Install it from the Visual Studio Marketplace.
- Open any TypeScript file.
- The extension will automatically highlight:
- Exported functions that are unused.
- Exported functions referenced only in their own file.
No configuration required—simply install and start coding with confidence.
| |