How to set up Netbeans autocomplete with Zend Framework?(如何使用 Zend Framework 设置 Netbeans 自动完成功能?)
问题描述
在使用 Zend Framework 时,Netbeans 给我的自动完成结果很差.
有没有一种方法可以让我使用 Netbeans 并获得非常好的自动完成水平,或者我最好切换到 Netbeans 可能为其提供更好的自动完成结果的框架,例如 CodeIgniter?
netbeans 使用 了解更多信息.
Netbeans is giving me poor autocomplete results when working with Zend Framework.
Is there a way that I could work with Netbeans and get a very good level of autocompletion, or am I better off switching to a framework that Netbeans perhaps provides a better autocomplete results for, such as CodeIgniter?
netbeans uses phpDocumentor to provide inline docs for its code completion. In order to do this it needs access to the code files where the doc blocks are. In your case the Zend Framework code.
When you set up your project you need to tell netbeans where these files are located. Each project in netbeans has an include path folder like this
If you right click on this and click 'properties' you will be taken to a dialogue that allows you to add code from outside your project to the include path.
Add the library/Zend
folder to this dialogue so that you get something like this:-
This should allow netbeans to give you code completion for ZF. The finished result:-
Check the netbeans documentation for more information.
这篇关于如何使用 Zend Framework 设置 Netbeans 自动完成功能?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何使用 Zend Framework 设置 Netbeans 自动完成功能?


基础教程推荐
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 如何替换eregi() 2022-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01