简体   繁体   中英

How to remove the inline references in Visual Studio

Good day

I am looking to remove the inline references in my code as it clutters the code and provides no functionality that I need.

I have tried going to: Tools, Options, Text Editor, All Languages, CodeLens and disabling code lens, but the references remain in the code. They have not gone away.

How do I get the references to go away completely.

Thank you in advance

I finally found the solution.

Tools->Options->Text Editor->C/C++ (VisualGDB)->CodeJumps

Here set everything to false or 0 (zero). This worked for me.

Finally code that one can read!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM