I have fallen in love with visual studio's code snippets toolkit. Is there anything similar on Xcode?
+1
A:
Of course there are. They are under "Edit -> Insert Text Macro".
Or you can simply start typing 'if<ctrl+.>' and this will be expanded into the full if statemenet.
Mykola Golubyev
2009-05-20 11:37:53
+2
A:
You can also take a loot at this question which is about similar issues with XCode 3 (code templates, code completion, and more).
Pablo Santa Cruz
2009-05-20 11:39:13
+2
A:
Check out any external tool for saving and managing snippets like Snippets. It's coolest Mac app for managing snippets I've seen before.
Vladimir Prudnikov
2009-11-07 15:27:44