[TxMt] PHPDoc support

Fabio fauzzo at email.it
Sat Aug 21 12:22:21 UTC 2010


Hi,

I am trying to comment my functions using phpdoc, supported by php bundle.
Unfortunately I have a little problem, when I type:

	/**
	 * Summary
	 * 
	 * @return
	 */

and the cursor is just after the "n" of "@return" tag, I cannot press the TAB key because the return chars are converted:

	/**
	 * Summary
	 * 
	 * @↩
	 */

How is it possible to disable such behavior? I just want a tab space there.

Thanks!

--
Ciao

Fabio






More information about the textmate mailing list