- To navigate to the code block start, press Ctrl+OpenBracketCtrl+OpenBracket, with the caret anywhere inside the code block.
- To navigate to the code block end, press Ctrl+CloseBracketCtrl+CloseBracket, with the caret anywhere inside the 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+ACtrl+Shift+A.
- To jump to the higher code block start, press Ctrl+OpenBracketCtrl+OpenBracket, with the caret at the current code block opening brace.
- To jump to the higher code block end, press Ctrl+CloseBracketCtrl+CloseBracket, with the caret at the current code block closing brace.

