When a variable is selected in Visual Studio 2010, it is not highlighted in the entire code.

How to set up Visual Studio 2010 so that when a word is selected it stands out in all places where it is still found?

  • This is not a C ++ question, so it’s good to at least change the label to visual c++ . - Harry
  • If you are given an exhaustive answer, mark it as correct (a daw opposite the selected answer). - Nicolas Chabanovsky

1 answer 1

You can install the Productivity Power Tools for 2010 Studio:

enter image description here

Or a more specialized addition Highlight all occurrences of selected word :

enter image description here


Native backlight support has appeared since, it seems, Visual Studio 2012.

  • This extension cannot be added to any of the installed products. is visual studio 2010 express c ++ - aleksei kydrin