JetBrains Rider 2017.2 Help

Go to Containing Declaration

Ctrl+[

With a single shortcut, JetBrains Rider 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+[.
  3. JetBrains Rider 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.
Last modified: 27 December 2017

See Also