Page 1 of 1

phpdesigner phpdoc autocomplete

Posted: Tue Mar 13, 2007 1:39 am
by orlandinho
i´ve been using zend studio for the past month and found useful the php doc autocomplete
just type '/**' and Enter and the */ was generated with function or class info also commented

Code: Select all

/**
 * New Function
 *
 * @param $value
 * @return string
 */
function combo($value=""){
.....
}
now i am using phpdesigner, but i dont find the way to enable this autocomplete
maybe someone have done this

Posted: Tue Mar 13, 2007 6:51 am
by feyd
If memory serves, there was a section in the options/preferences panel where you could set up your own autocomplete snippets.

Posted: Tue Mar 13, 2007 6:26 pm
by RobertGonzalez
You could always use the free Eclipse, which when coupled with the PHPEclipse plugin has PHPDoc blocks on by default.