This is a Visual Studio Code extension that highlights usage of functions marked with custom warning comments, enhancing code readability and maintainability.
- Highlights functions marked with
@warningin red and bold. - Scans specific directories for TypeScript files.
- Caches results for improved performance.
- Open VSCode.
- Press
Ctrl+Pand typeext install your-extension-name. - Reload VSCode.
- Open a TypeScript file in one of the specified directories.
- Mark a function with the
@warningcomment. - All usages of the marked function will be highlighted in red and bold.
- Optimization function.
- Optimization function.
- Optimization function.
- Add function.
- Add icon.
- Initial release.