ReSharper enables you to find your way through the source code using the declarations, members, method calls, errors etc. Navigation commands are available in ReSharper | Navigate and ReSharper | Find menus, as well as on the context menu of the editor. Besides the common context menu, ReSharper provides a special-purpose Navigate To context menu that shows all navigation options available from the current caret position.
In addition to the menu commands, ReSharper provides other means of navigation:
- You can use the gutter icons to navigate to implementing, overriding or hiding methods.
- The File Structure window helps navigate to declarations.
- Use the Recent Files view to switch to a recently opened file.
- A set of to-do items helps you organize your work in a convenient manner and easily retrieve positions in the source code that require your attention.
- Use Stack Trace Explorer to navigate from a stack trace to the error location in the source code, and thus pinpoint the malfunction.
Note
For guidelines on navigating between coding errors, warnings and suggestions that ReSharper shows as a result of
This section contains the following procedures:
-
Viewing File Structure -
Viewing Type Hierarchy -
Go to Type -
Go to File -
Go to File Member -
Go to Related Files -
Go to Symbol -
Go to Base Symbols -
Go to Declaration -
Go to Implementation -
Go to Type of Symbol -
Go to Usages of Symbol -
Go to Derived Symbols -
Go to Previous Edit -
Go to Next/Previous Member -
Go to Containing Declaration -
Navigate To -
Navigate To Control Flow Target -
Navigate To Function Exits -
Navigate To Implementing Members -
Navigate To Overriding Members -
Navigate To Conflicting Declarations -
Navigate To Member Overloads -
Navigate To To-Do Explorer -
Navigate To Test Explorer -
Navigate To Object Browser -
Navigate To Metadata Sources -
Navigate To External Source File -
Navigating Between To-Do Items -
Navigating to Exception -
Navigating to Overriding, Implementing, Or Hiding Methods -
Go to Recent Files -
Go to Recent Edits -
Highlighting Current Line -
Finding Usages -
Finding Usages of a Symbol -
Finding Usages of Related Entities -
Finding Dependencies and Referenced Code -
Viewing, Filtering, and Grouping Results -
Highlighting Usages in File -
Structural Search and Replace -
Collapsing All Nodes in Solution Explorer -
Locating a File in Solution Explorer -
CamelHumps -
Navigating to External Sources -
Bookmarks
