-
To navigate to the code block start, press Ctrl+OpenBracketCommand OpenBracket,
with the caret anywhere inside the code block.
The caret jumps to the opening brace of the current code block.
-
To navigate to the code block end, press Ctrl+CloseBracketCommand CloseBracket, with
the caret anywhere inside the code block.
The caret jumps to the closing brace of the current code block.
- To jump to the higher code block start, press Ctrl+OpenBracketCommand OpenBracket, with the caret at the current code block opening brace.
- To jump to the higher code block end, press Ctrl+CloseBracketCommand CloseBracket, with the caret at the current code block closing brace.
Tip
Practically, you can just press Ctrl+OpenBracketCommand OpenBracket or Ctrl+CloseBracketCommand CloseBracket as many times as you need, until the caret is positioned at the start or end of the desired code block.

