Instead of browsing/navigating through the search results in the Find Results window, you can simply highlight usages in your code and step through discovered occurrences. Note that read and write accesses are highlighted in different colors.
- Position the caret at a symbol in the code 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
ReSharper Horizons: Highlighting Usages of What?
for details).
In the following figure, usages of the local variable i are
highlighted.

