Textmate PHP Documentation   

I have updated some previous work done to bring php documentation tooltips to TextMate (original found here) by someone named M.Spreij. My updates simply make the script a little more refined, and add the option to expand a function with it’s args.

eg: you type ‘strstr‘, hit a key combo, and ‘strstr‘ is expanded to be ‘strstr( string haystack, string needle )

pdoc'd!

This was basically all I needed to make the switch from dreamweaver, I’m a convert! Now I’m just wating for my next paycheck to actually be able to purchase TextMate(hopefully before the eval period is over!).

At any rate, if you’re interested you can grab the source here.

Leave a Reply