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
On Aug 21, 2010, at 7:22 AM, Fabio wrote:
How is it possible to disable such behavior? I just want a tab space there.
Open the bundle, scroll to the HTML bundle and find the snippet with the name "↩". Either add " -source" to the scope or just remove the tab trigger.