I want to show the number of links in Visual Studio Code. How can i do this?
This feature is called CodeLens.
In Visual Studio, find it under Options β Text Editor β All Languages βββ CodeLens.
And in Visual Studio Code this is in File β Preferences β Preferences β "editor.codeLens": true
Visual Studio Code version 1.28.2:
You must add this to your user settings:
Menu file -> Preferences -> Preferences:
"typescript.referencesCodeLens.enabled": true,
In Visual Studio 2019, Community is in Tools -> Options -> Text Editor -> All Languages ββ-> CodeLens.