TextMate WordPress Widget Snippet
Mark Jaquith hat ein Snippet für TextMate erstellt, was einen netten Ausgangspunkt für WordPress Widgets baut:
Just create a WordPress TextMate bundle, create a new snippet, paste in that code and give it a trigger like wpwidget. Then just type that trigger, press TAB, and you’ll be in the first field. Type, hit TAB to go to the next field. Places where you enter the same thing twice are handled—you only have to enter it once. There are some helpful comments that’ll guide you through the rest once you’ve filled out the basics. I find that with this snippet, I can code up a new widget in a couple of minutes, tops.

