Since XCode 4, there is now a Code Snippets section which offers the snippets via auto-complete when typing. I\'d be very interested in snippets you all have stored in there. Wh
Here are my two comment snippets. I use them a lot.
Header comment:
// ----------------------------------------------------------------------------------------------------------------
# pragma mark -
# pragma mark <#comment#>
# pragma mark -
// ----------------------------------------------------------------------------------------------------------------
Sub comment:
// ----------------------------------------------------------------------------------------------------------------
// <#comment#>
// ----------------------------------------------------------------------------------------------------------------