Home > Enterprise >  Prevent Visual Studio from highlighting similar words
Prevent Visual Studio from highlighting similar words

Time:12-13

If I highlight a variable named "abc", and I also have a method named "abc1", the abc in abc1 get lightly-highlighted.

enter image description here

I tried preventing that by unchecking Tools > Options > Text Editor > C# > Advanced > Highlighting > Highlight related keywords under cursor [what does that even mean?] but to no avail.

Is there a way to prevent that?

(VS version 17.4.2)

CodePudding user response:

This is the enter image description here

  • Related