AppCode 2018.3 Help

Navigating to Braces

On this page:

Navigating to the borders of a code block

To navigate to the borders of a code block, do one of the following:

  • To navigate to the code block start, press ⌥⌘[, with the caret anywhere inside the code block.

  • To navigate to the code block end, press ⌥⌘], with the caret anywhere inside the code block.

  • To toggle between code block start or end, press ⌃M.

    You can also invoke this action (Move Caret to Matching Brace) with a Search Everywhere functionality:

    ac matchingBraces

Navigating to the borders of the closest higher code block

To navigate to the borders of the closest higher code block, do one of the following:

Last modified: 28 March 2019

See Also