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 自动完成功能?
- PHP - if 语句中的倒序 2021-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01