问题描述
有什么方法可以在eclipse中附加PHP文档,这样,如果将鼠标悬停在任何函数上,我都可以获得所有详细信息和相关描述.
Is there any way to attach PHP docs in eclipse, so that if I hover over any function I could get all the details and the related description.
与javadocs类似的地方.
Something on similar lines to javadocs.
使用:
- Eclipse:太阳神
- php5.
- 操作系统:Ubuntu 12.04
推荐答案
以下是将PhpDoc配置为eclipse的步骤:
Here is step for configure PhpDoc into eclipse :
1.打开Eclipse IDE
2.然后选择 Window Menu &选择首选项
1. Open eclipse IDE
2. Then select Window Menu & Select Preferences
3.然后浏览php menual
3. Then navigate through php menual
4.点击 New 后,您将获得以下窗口:
在这里指定最新的 .chm文件输入名称,然后按确定.
4. After Cliking on New You will get this Window :
Here specify latest .chm File Give Name and Press Ok.
5.设置为默认值&按确定[将以粗体显示]
5. Set it to default & press Ok [ It will display in bold letter]
6.将其设置为默认值后,您的本地帮助将以粗体突出显示
6. After Setting it to default you will get your local help will highlighted with bold letter
7.如果要查看php函数的文档,请按 +
7. When you want to see doc for php function then press +
注意:您也可以从窗口->偏好设置
Note : You can also change help option from Window -> Preferences
这篇关于如何在Eclipse中附加php文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!