How to get Visual Studio 2010 to highlight instances of a variable

后端 未结 10 1998
梦谈多话
梦谈多话 2021-02-03 21:28

I\'m new using vs2010 I\'ve read that when you click on a variable its suppose to highlight all the instances of that variable in that file and highlight red or show an error as

10条回答
  •  滥情空心
    2021-02-03 22:02

    Productivity Power Tools for 2010 in the Visual Studio Gallery can do this, it took me a bit to find out how I did it, but in the Tools->Options... menu, there is a "Productivity Power Tools' drop down.

    The default for the 'Words matching the caret location color in the editor' is fully transparent, so it isn't used. A color choice dialog pops up and you can set the color. Just ensure you set an alpha value above 1 to enable it.

    The color values I used below are [153, 138, 188, 219] It seems to work well in light themes.Productivity Power Tools->Enhanced Scroll Bar

提交回复
热议问题