Hello, Eclipse with PDT plugin does this too, what I do is writing first the empty method with only its arguments and above its declaration type "/**" + RETURN it will fill phpdoc with arguments and types.
You can also define empty class templates prefilled with phpdoc empty bloc on top of it Cheers, Benoit 2009/12/17 Georg Gell <[email protected]> > Hello list, > > just a quick OT post: > > I am looking for a way to auto add auto prefilled PHPDoc comments on my > PHP files. > For example if I have a method like this: > > public function doSomething($var){ > > then it should add above (if no PHPDoc comment is already existing) > > /** > * doSomething > * > * @author Me > * @param $var > * @return > * > */ > > Even better if the content of the created PHPDocs could be configured. I > was using PHPEdit once, and this IDE had that kind of functionality, but > I am missing it in Netbeans. > > How do you add those PHPDocs? > > Thanks > Georg > > -- > > You received this message because you are subscribed to the Google Groups > "symfony users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
