phpdesigner phpdoc autocomplete
Posted: Tue Mar 13, 2007 1:39 am
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
now i am using phpdesigner, but i dont find the way to enable this autocomplete
maybe someone have done this
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=""){
.....
}maybe someone have done this