Post Made Community Wiki by Community
show/hide this revision's text 2 Abbreviation is "pim" not "pi" - oops!

Xcode supports text macros that can be invoked via the Insert Text Macro menu at the end of the Edit menu. They can also be invoked using Code Sense, Xcode's code completion technology.

For example, Typing the key sequence p i m control-period will insert #import "file" into your code, with file as an editable token just like with code completion.

show/hide this revision's text 1

Xcode supports text macros that can be invoked via the Insert Text Macro menu at the end of the Edit menu. They can also be invoked using Code Sense, Xcode's code completion technology.

For example, Typing the key sequence p i control-period will insert #import "file" into your code, with file as an editable token just like with code completion.