This is a Visual Studio Code extension that highlights usage of functions marked with custom warning comments, enhancing code readability and maintainability.
Features
Highlights functions marked with @warning in red and bold.
Scans specific directories for TypeScript files.
Caches results for improved performance.
Installation
Open VSCode.
Press Ctrl+P and type ext install your-extension-name.
Reload VSCode.
Usage
Open a TypeScript file in one of the specified directories.
Mark a function with the @warning comment.
All usages of the marked function will be highlighted in red and bold.