Syntax Selection in Xcode?

With the switch to Xcode, I desperately miss the text macro that I used in many other editors that I use all the time. Basically, this is that every time you call it, it selects text in an expanding area. Here is the IntelliJ definition of functionality:

Syntax confirmation

Ctrl + W (select a word) in the editor selects the word in the carriage, and then selects the extension areas of the source code. For example, he can select the name of the method, then the expression that calls this method, then the entire statement, then the containing block, etc.

Any way to duplicate this feature in Xcode?

+3
source share
2 answers

Xcode (Cmd +,) → → → " "

0
0

Source: https://habr.com/ru/post/1735300/


All Articles