Hi everyone,
I want my PHP comments to read: /* * Does something * @param foo lorem ipsum... * @return fubar lorem ipsum... */
instead of the default /* Does something @param foo lorem ipsum... @return fubar lorem ipsum... */
I can't find a resource of all TM env. vars, but the PHP comments preference includes values of /* and */ for TM_COMMENT_START_3 and TM_COMMENT_END_3, respectively. What var can define my block comments' body?
Also, is there a resource for all environment variables in TextMate? http://macromates.com/textmate/manual/environment_variables feels incomplete to me.
Thanks, Thomas Allen