dotPeek 2017.2 Help

Navigate To

Navigate | Navigate To
Ctrl+Shift+G

Navigate To is a single shortcut for most of your navigation needs. It opens a drop-down list with all contextually available navigation destinations. You can invoke this command from the code viewer, from the File Structure window and other tool windows.

To view contextually available navigation actions

  1. Place the caret on a symbol in the code viewer or select the symbol in a tool window window, or just set the caret anywhere in the code viewer.
  2. Press Ctrl+Shift+G or choose Navigate | Navigate To… Navigate | Navigate To in the main menu.
  3. In the Navigate To drop-down list that appears, you will see all relevant navigation options.
  4. Select an option from the list and click on it or press Enter.
  5. If the selected option has a single destination, dotPeek will bring you there immediately, if there are several destination, another drop-down list will open providing you with the further choice. You can study one of the corresponding topics to learn more about the selected navigation option.
The 'Navigate To' shortcut displays all available navigation options for the current symbol

Where applicable, the Navigate To list includes general navigation features, specifically:

In addition, Navigate To extends the developer's toolset with a bunch of contextual navigation features that are not directly available from the Navigate menu:

This feature is inspired by and borrowed from JetBrains ReSharper, a developer productivity tool for Microsoft Visual Studio.

Last modified: 14 December 2017

See Also