Drewll
Drewll

Reputation: 328

How to turn off highlighting in VS 2015

I've tried looking over all the settings but can't find a way of turning off the highlighting of other uses of the variable under the caret. Hopefully this screenshot shows what I mean.

screenshot

Thanks, Drew

Upvotes: 4

Views: 934

Answers (2)

Drewll
Drewll

Reputation: 328

Turns out it was because I had Productivity Power Tools installed as well, which duplicates this feature with a badly named option.

So to turn this off, you need to turn off the regular option (thanks to stijn):

enter image description here

But then ALSO turn off this second option:

enter image description here

Hopefully this'll help someone in the future!

Upvotes: 2

stijn
stijn

Reputation: 35901

Tools->Options->Text Editor->C#->Advanced->Highlight references to symbol under cursor

Upvotes: 2

Related Questions