References allow you to analyze the popularity of your specific function or variable throughout the code file. It provides us with the number of times a particular property is referred to in the code. But, when we include code snippets in the documentation for a presentation, it is desirable to remove the references. This guide will show how to remove references in Visual Studio Code.
Removing References in VS Code
- From the “File” menu, select the Preferences option. Then, from the sub-menu, select the Settings option.
- Under Text-Editor, select the Diff Editor option. Then, uncheck Code Lens.
Was this article helpful?
Let us know if you liked the article, so we can improve it for other readers.