Xcode Matching Pairs of Brackets, Brackets, and Brackets

If you are a Notepad ++ user, you will understand what I want Xcode to do for me, it is very simple, when I place the cursor before or after brackets, brackets and brackets, it selects my pair for me to know the consonants, just try putting the cursor in notepad ++ and tell me how to do it in Xcode. I already know the keyboard right arrow trick and double click, but the notepad ++ trick is faster, thanks in advance

+5
source share
1 answer

The only thing I can add (and I looked honestly) is to prepare my eyes for the vertical gray bar on the left edge of the editor, called the "rolling code tape" in the settings. It visually hints at matching braces (not in brackets) at all nested levels, and mousing hints at it quite strongly and gives an interface for folding.

See here for a snapshot and a brief description from Apple.

+2
source

All Articles