Skip to content

Human-friendly code snippet insertion keyboard shortcuts for Xcode

License

Notifications You must be signed in to change notification settings

Lunarpad/xcode-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcode-snippets

Human-friendly code snippet insertion keyboard shortcuts for Xcode.

Installation:

To install, simply drop these .codesnippet files into ~/Library/Developer/Xcode/UserData/CodeSnippets/

Manifest:

Shortcut Function
ddd Output an 80-character code section separator
pra Output a separator, and a pragma mark ready to be labeled
acc Output a separator, and a pragma mark with the label, "Accessors"
imp Output a separator, and a pragma mark with the label, "Imperatives"
del Output a separator, and a pragma mark with the label, "Delegation"
int Output a scaffold for the header of an implementation file
obj Output a scaffold for starting a new object @implementation internals

About

Human-friendly code snippet insertion keyboard shortcuts for Xcode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published