如何在 Netbeans 中启用 PECL Mongo 类的自动完成
是否有机会在 netbeans 中拥有/启用 Mongo PHP PECL 类的自动完成?
Is there any chance to have/enable auto-completion of Mongo PHP PECL classes in netbeans?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我唯一发现的是编写 PHP 类存根,并将其放入 netbeans 目录中
My only found on this is to write PHP class stubs, and put it into netbeans dir
我创建了一个自动包含的文件夹;在我的项目外部,然后您可以从那里自动包含它并引用它。
I created a folder which i auto included; external to my project, then from there you can auto-include it and have it referenced.
我和你有同样的问题,我在这里解决了。也许这也会对你有帮助。
如何生成 .php 文件从 .dll 文件中获取代码完成?
I had the same issue as you and I solved it here. Maybe this will help you too.
How to generate .php files from .dll files for code completion?