0

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

Misha
  • 556
  • 1
  • 8
  • 25

1 Answers1

0

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!

Misha
  • 556
  • 1
  • 8
  • 25