Reference Counter for VSCodeThis is an open source extension for Visual Studio Code that displays the number of times a given function, class, or method is called in your codebase as a number in the editor. If you like this extension, please consider starring the repo on GitHub: reference-counter, if you have any suggestions or feedback, please open an issue on the repo. We also welcome pull requests as long as they are in the spirit of the project and backwards compatible! The goal of this extension is to help you understand usage of functions, classes, and methods in your code, while you are writing it. I developed this extension to find unused functions, classes, and methods in my codebase, and understand how much care I need to take when refactoring, portrayed in a single number. A Visual Studio Code extension that displays the number of references for functions, classes, and methods directly in your code editor. Features
ConfigurationYou can configure the extension through VS Code settings: |