17

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
(source: vsj.co.uk)

4

3 回答 3

1

此外,如果您使用 vim,如果您不查看 Tobias Schlitt 的VIP 工具集(VIP = PHP 的 VIM 集成),您会对自己造成极大的伤害。

于 2010-05-09T11:50:15.243 回答
0

不是很自动,但很接近。是从您的 PHP 代码生成 phpDocs 的方法

于 2010-03-15T14:34:05.637 回答
0

我不确定 Eclipse 是否具有自动记录功能,但您可以查看http://www.zend.com/community/pdt。Eclipse 基本上类似于 netbeans,但很容易获得多种其他语言的插件。我给的链​​接应该给你包含 php 部分的 eclipse。

于 2010-05-04T17:00:14.953 回答