如何在 Eclipse PDT 中添加 PHP 框架来完成代码/协助?该框架是否可以添加为所有项目的默认框架?

发布于 2024-07-21 07:14:18 字数 76 浏览 7 评论 0原文

如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流云如水 2024-07-28 07:14:18

一般来说,在 Eclipse 中,您可以通过以下方式添加库或框架来辅助/完成代码:

  1. 进入 Project > > 属性
  2. 在 PHP 包含路径下,选择“库”选项卡。
  3. 添加一个“外部文件夹”,其中包含框架所在位置的路径。

这也可以在项目创建时完成。 我不确定如何让它以这种方式自动附加库。

该功能本身比这更灵活,允许您执行诸如为数据库连接设置变量之类的操作,而不必将冗长的配置文件复制到本地安装。

Generally speaking in Eclipse, you can add a library or framework to code assist/completion by:

  1. Going into Project > Properties
  2. Under PHP Include Path, pick the "Libaries" tab.
  3. Add an "external folder" with the path to where your framework is located.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文