Move Scope
Simplify movement within methods, and within files containing numerous methods, using new commands to move scope. Move to a previous or next, ie next outermost, scope when inside a method. Move to the previous or next method when at global scope.
Move scope using the tiny arrows to the right of the
Context field or via
shortcut assignments. If not assigned to any other commands, Alt+Down Arrow and Alt+Up Arrow move scope.
Miscellaneous
Unlike related commands in the IDE, you do not need to move first to a closing parenthesis before moving scope.
Scope is updated as you edit your file.