Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change find result highlight color with VS2010 and Resharper?

I just installed Resharper and it's changed the highlight color for find results. Normally when I place my cursor on a particular symbol, say a variable called 'goat', all onscreen references to goat will be highlighted with a gray background. When I hit Ctrl+F to move through all references to goat in the document the current find result has the same gray background as all others on screen. So I have no idea which goat I'm currently at until I close the find dialog at which point the currently selected goat highlights in blue.

This makes it really difficult for me to quickly check all references to a given variable in file. I know you can change color settings in Tools->Options->Environment->Fonts And Colors, however I've been unable to find a setting that corresponds to the currently selected find result.

If the currently selected find result was any color other than gray, it would stand out, but as it is it makes Find as effective as simply clicking on a variable and having VS2010 highlight all current onscreen references.

like image 564
Legion Avatar asked May 01 '13 19:05

Legion


1 Answers

The setting to change is "Inactive Selected Text". It is in Tools->Options->Environment->Fonts And Colors, Show Settings for Text Editor, third option down.

like image 128
Legion Avatar answered Nov 14 '22 21:11

Legion