Instead of browsing/navigating through the search results in the
To highlight usages of a symbol in source code
- Position the caret at a symbol in the editor.
- On the main menu, choose ReSharper | Find | Highlight Usages in File or press Ctrl+Shift+F7.
- To step though the highlighted usages, press Ctrl+Alt+Up or Ctrl+Alt+Down.
- To remove highlighting, press Esc.
Note
You can also highlight usages of namespace symbols and expressions (see
for details).
In the following figure, usages of the local variable idx are highlighted.

