tags:

views:

1075

answers:

3

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
+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
+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