In VsCode, x references appear just above a class, method, or attribute. How to disable the display of these messages?
I tried to disable it in Editor > Show References, but it didn’t work
2
It worked out. Thank you very much.
typing codelens in the search and ticking the first checkbox in the results
"editor.codeLens": false
Click here to cancel reply.
2
Answers
It worked out. Thank you very much.
typing codelens in the search and ticking the first checkbox in the results
"editor.codeLens": false