- To navigate to the code block start, press Ctrl+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+Closebracket, with
the caret anywhere inside the code block.
The caret jumps to the closing brace of the current code block.
- To toggle between code block start or end, invoke the action Move Caret to Matched Brace. This action has no default keyboard shortcut, and can be found by Ctrl+Shift+A.
- To jump to the higher code block start, press Ctrl+Openbracket, with the caret at the current code block opening brace.
- To jump to the higher code block end, press Ctrl+Closebracket, with the caret at the current code block closing brace.
