Netbeans-esque retrospective auto-comment/phpDocumentor tool (for Eclipse or standalone)

Posted by Andy on Stack Overflow See other posts from Stack Overflow or by Andy
Published on 2009-08-05T10:30:13Z Indexed on 2010/05/09 11:58 UTC
Read the original article Hit count: 302

Is there anything similar to netbean's Javadoc auto comment tool for PHP/phpDocumentor/Eclipse? In the netbeans implementation:

A dialog pops up and allows you to run through all the members of your class and enter comments, which are added to the source file. It even verifies that there are no parameters you have not accounted for, so you can be sure that your comments are complete.

Ideally this would be standalone software, but plugins are OK too :)

p.s. netbeans 6+ auto comment was moved/renamed. Now in "Tool->Options", Tab: "Java Code", Javadoc: "Hints"

edit: screengrab of the original Netbeans tool: alt text

© Stack Overflow or respective owner

Related posts about php

Related posts about phpdoc