ReSharper 2021.2 Help

Navigate and search

ReSharper enables you to find your way through the source code using the declarations, members, method calls, inheritance hierarchy, errors, and so on.

The scope of navigation and search is not limited to files of your solution: if necessary, you can include symbols from referenced libraries in your navigation or search results.

You can start navigation from any place in the editor, from the Object Browser, Solution Explorer, Class View, File Structure window, Find Results window, and other ReSharper tool windows.

Navigation and search commands are available in the ReSharper | Navigate and ReSharper | Find menus, with keyboard shortcuts, as well as in the context menu of the editor and other windows.

Depending on your task, different sets of ReSharper's navigation and search features may help you:

  • If you need to find anything in your solution or referenced libraries by name, study the commands in the Search by name section.

  • If you need to go to any items related to the current code symbol, study the commands in the Navigate from symbols section.

  • ReSharper also provides a general-purpose Navigate To shortcut that groups all navigation options available from the current caret position. To learn more about this shortcut, see Navigate To section.

  • If you want to find usages of a particular symbol in the current file, project, solution, or referenced libraries, study the commands in the Find Usages section.

  • Depending on the current caret position in the editor, ReSharper can suggest a lot of relevant navigation options. To learn more about these options, see Navigate current context.

  • ReSharper keeps track of your actions and navigation history and offers various commands that let you navigate to places where you've been previously. For more information, see Navigate recent locations and changes.

  • ReSharper allows you to use the power of its Code analysis for custom search and replace purposes. To learn more, see Structural Search and Replace.

Besides, ReSharper provides other means of navigation:

  • For types and interfaces that are overridden and implemented elsewhere, for methods implementing, overriding or hiding other methods, ReSharper shows gutter icons that provide quick navigation up and down the inheritance hierarchy:

    ReSharper: Gutter icons and tooltips for base and implementing/overriding types and members

    For more information, see Go to Base Symbols and Go to Derived Symbols.

  • The File Structure window that represents the structure of the current file retaining navigation features. For more information, see Navigate file by its structure.

  • The To-do items that help you and your team mates organize your work in a convenient manner and easily retrieve positions in the source code that require attention.   For more information, see To-do lists.

  • The Stack Trace Explorer window, which enables you to navigate from a stack trace to the error location in the source code, and thus pinpoint the malfunction. For more information, see Navigate from stack trace to exception.

Most of ReSharper's navigation and search features are available in C# and Visual Basic .NET, some are available in several languages, others are language-specific. The table below lists all navigation and search features and languages/technologies where they are supported.

The instructions and examples given in the topics within this section address the use of navigation and search features in C#. For more information on navigation and search features available for specific languages, see the corresponding topics in the ReSharper by language section.

Last modified: 15 November 2021