To navigate to the next or previous member in a C# or VB.NET class, or to the next node in a XML or XAML file
- On the main menu, choose ReSharper | Navigate | Next Member, or ReSharper | Navigate | Previous Member.
- Press Alt+Down or Alt+Up.
The caret will switch to the beginning of the next or previous member.
Consider the following example:
Pressing Alt+Down moves the caret to a new position:
If there is an inner type in your code, the caret will also stop at the beginning of the type declaration as well as at its closing bracket before/after visiting all the inner type's method declarations.
