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