ReSharper 2018.1 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 and technologies:

Language: C# Language: VB.NET Language: C++ Language: HTML Language: ASP.NET Language: Razor Language: JavaScript Language: TypeScript Language: CSS Language: XML Language: XAML Language: Resx Language: Build Scripts Language: Protobuf Language: JSON
Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is available Feature is not available

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: 20 August 2018

See Also