使用 yii 框架的项目中的代码完成

发布于 2024-11-29 23:04:10 字数 578 浏览 1 评论 0原文

我的项目中存在代码完成问题。我使用 yii 框架,所有 lib 文件都已添加到包含路径中。

以下屏幕截图将让您明白我的意思:

  1. 当我按 ctrl+space 查看 Yii 环境变量时,我得到以下结果:

http://tablica.rzeszow.pl/images/screen1.jpg

  1. 在其他 php ide (jetbrains|eclipse pdt|netbeans) 中它运行良好,如下所示屏幕:

http://tablica.rzeszow.pl/images/screen3.jpg

我配置了正确包含路径(只需在 PHP Buildpath 中添加 Lib)。 有什么想法如何配置(或者可能有路径)Aptana 来“see Yii::app()”代码完成?

I have a problem with code completion in my project. I use yii framework, and all lib files has been added into include path.

Following screenshoots will how you what i mean:

  1. When i press ctrl+space to view Yii env variables i get following result:

http://tablica.rzeszow.pl/images/screen1.jpg

  1. In other php ide (jetbrains|eclipse pdt|netbeans) it works good, as on following screen:

http://tablica.rzeszow.pl/images/screen3.jpg

I configured include path correctly (just add Lib in PHP Buildpath).
Any ideas how to configure (or maybe there are pathes) Aptana to "see Yii::app()" code completion?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

苍风燃霜 2024-12-06 23:04:10

确保您不包含 yiilite.php,因为 PHPDoc(自动完成所需)等已在此文件中删除。

Make sure you do not include yiilite.php as the PHPDoc (needed for autocomplete) etc has been stripped in this file.

向日葵 2024-12-06 23:04:10

http://firas-vision.com/aptana-yii-2/

请检查这个解决方案对我有用,没有新插件,它只是 com.aptana.editor.php.jar 插件的代码修复

我在 Aptana git 上提出了更改请求,希望他们会在下一个版本中包含此修复

http://firas-vision.com/aptana-yii-2/

please check this solution worked for me , no new plugin , it is just a code fix for com.aptana.editor.php.jar plugin

I pulled a request to change on Aptana git , hope they will include this fix in the next release

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