ReSharper 2016.3 Help

Go to Next/Previous Member

ReSharper | Navigate | Next/Previous Member
Alt+Down / Alt+Up
ReSharper_GotoNextMethod / ReSharper_GotoPrevMethod

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 editor.
  • In the main menu, choose ReSharper | 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 supported in the following languages/technologies:

The instructions and examples given here address the use of the feature in C#. For details specific to other languages, see corresponding topics in the ReSharper by Language section.

Last modified: 12 October 2017

See Also