alcatraz / alcatraz-packages

Package list repository for Alcatraz
alcatraz.io
382 stars 386 forks source link

Add Xcode-Plugin HKSnippet #489

Closed hunk3000 closed 8 years ago

hunk3000 commented 8 years ago

HKSnippet is a xcode plug-in for creating code snippet with triggers strings. See detail from : https://github.com/hunk3000/HKSnippet

jurre commented 8 years ago

How is this different from Xcode's built in snippets?

hunk3000 commented 8 years ago

this is much more flexible, you can define any code block as a snippet with any trigger string.

jurre commented 8 years ago

Can't you do the same with regular xcode snippets?

Anyways, I'll be happy to merge the PR of course, just might want to mention these things in the description for potential users :)