如何在 Eclipse PDT 中添加 PHP 框架来完成代码/协助?该框架是否可以添加为所有项目的默认框架?
如何在 Eclipse PDT 中添加 PHP 框架以进行代码辅助/完成?
是否可以将该框架添加为所有项目的默认框架?
How do you add a PHP framework to code assist/completion in Eclipse PDT?
And is it possible to have that framework added as default for all projects?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一般来说,在 Eclipse 中,您可以通过以下方式添加库或框架来辅助/完成代码:
这也可以在项目创建时完成。 我不确定如何让它以这种方式自动附加库。
该功能本身比这更灵活,允许您执行诸如为数据库连接设置变量之类的操作,而不必将冗长的配置文件复制到本地安装。
Generally speaking in Eclipse, you can add a library or framework to code assist/completion by:
This can also be done on project creation. I'm not sure of a way to have it automatically attach a library in this way.
The feature itself is a bit more flexible than that, allowing you to do things like set variables for a DB connection, rather than having to copy down lengthy config files to your local install.