DaGhostman / vscode-tree-view

VSCode extension that probvides mail symbol overview of the currently opened file
MIT License
29 stars 4 forks source link

Reference count using code lenses #91

Closed DaGhostman closed 5 years ago

DaGhostman commented 5 years ago

Using https://code.visualstudio.com/docs/extensionAPI/vscode-api#CodeLensProvider reference count can be provided for localized variables, properties and methods. these can come especially handy in order to allow tracking of unused variables (maybe methods as well?)