dotPeek 2016.1 Help

Go to Containing Declaration

Navigate | Containing Declaration
Ctrl+[

With a single shortcut, dotPeek helps you quickly navigate to the declaration of a type or a function from any position within its body.

To navigate to a containing declaration

  1. Set the caret into any position within the body of a type or a function.
  2. Press Ctrl+[ or choose in the main menu .
  3. dotPeek will set the caret to the declaration of the type or function.
  4. If the type or function is declared within another type, you can repeat step two to navigate to the declaration of the containing type.

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

See Also

Last modified: 19 August 2016