dotPeek 2016.2 Help

Navigation and Search

dotPeek enables you to find your way through the source code using the declarations, members, method calls, inheritance hierarchy, etc.

The scope of navigation and search includes all assemblies currently loaded in the Assembly Explorer Window and all assemblies referenced from those assemblies. See Navigating to Compiled Code to learn how the navigation is performed withing compiled assemblies.

You can start navigation from any place in the code viewer, from the File Structure Window, Find Results Window, and other dotPeek tool windows.

Navigation and search commands are available in the Navigate menu, keyboard shortcuts, as well as on the context menu of the code viewer and other windows.

Depending on your task, different sets of dotPeek'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 Navigation by Name section.
  • If you need to go to any items related to the current code symbol, study the commands in the Navigation from Symbols section.
  • dotPeek 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 Finding Usages section.
  • Depending on the current caret position in the editor, dotPeek can suggest you a lot of relevant navigation options. To learn more about these options, see Context-Dependent Navigation.
  • If you need to find any text in the current document, use the Quick Find Window.
  • dotPeek supports the Go to Line command that brings you to a specific line in the current document.

Besides, dotPeek provides other means of navigation:

See Also

Last modified: 15 December 2016