Home > database >  VSC: permanent display of the function usage
VSC: permanent display of the function usage

Time:12-19

Is it possible with VSC to permanently display the usage of functions? In Webstorm (NetBeans) the feature is displayed by default - see screen. I like VSC but this feature is very important for me. Unfortunately I couldn't find an option or extension that allows this in VSC.

enter image description here

CodePudding user response:

For all:

In VSC, you can search for lens in the settings and activate the ticks there. In my case it was the setting javascript.referencesCodeLens. Now it looks like this in the VSC: enter image description here

  • Related