Here’s the TextMate Bundle that I use in my personal development. I’m putting it up here in case anyone else wants to use it. Feel free to use/modify this bundle for your own use!
Here’s the TextMate Bundle that I use in my personal development. I’m putting it up here in case anyone else wants to use it. Feel free to use/modify this bundle for your own use!
Hi Matt,
Great to meet you at WordCamp Boulder.
Thanks for telling me about your snippets, I love the <pre> tags around the var_dump() statement—much more readable.
One thing I noticed was that you have a snippet for creating a paragraph element. TextMate has that built in, in a couple different ways:
1. For a quick HTML tag, use
CTRL-<(CTRL-Shift-,) which allows you to type the HTML element you want, then tab into it (defaults to <p>).2. To quickly wrap text in an HTML tag, use CTRL-Shift-Q (defaults to <p>).
Cheers.
Thanks Lance, and it was great to meet you too!
That’s one of the things I like best about TextMate, I’m always learning new tricks ;)