dotPeek 2017.2 Help

Go to Next/Previous Member

Navigate | Next/Previous Member
Alt+Down / Alt+Up

Using these commands, you can quickly navigate between members and nested types in code files or between tags in markup files.

To navigate to the next or previous member

  • Set the caret anywhere in the current document in the code viewer.
  • In the main menu, choose Navigate | Next/Previous Member or press Alt+Down / Alt+Up.
  • The caret will move to the declaration of the next/previous member/tag. If there are inner types, the caret will also stop at each inner type's member.

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