Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 - cannot find color setting for identifier-matching

I am looking for the option to set the background/highlight color for identifier-matches on Visual Studio.

For example, if I have an identifier:

int myNumber=0

Now, I put my cursor on into the middle of myNumber. Visual Studio highlights all other occurrances of myNumber on the page.

I cannot, for the life of me, find the color settings for this highlighting. At the moment in my color scheme it looks very much like the color for selected text. So, it is confusing and affects my productivity.

If anyone can track this down, you will be my hero.

like image 781
Jordan Morris Avatar asked Oct 07 '11 05:10

Jordan Morris


1 Answers

It's a few months late, but the setting you're looking for is Highlighted Reference.

like image 119
Kevin Avatar answered Sep 19 '22 02:09

Kevin