Blog Archives
New PHP functions command for Textmate
After using some commands in the Python and Ruby bundles in TextMate, I felt it was time to work on a new command for PHP functions. Assign the following to shift + enter and then you can enter a single word on a line and pressed key equivalent to generate a function. It tries to do something things "smartly": if the function starts with "get" or "is" it will behave a bit differently or if you enter a name and parameters, it will document those for you (or stub out the documentation, anyway).
Posted: October 21, 2009 @ 09:38
Comments
No comments have been added