Eclipse PDT 自动完成

发布于 2024-08-30 20:23:58 字数 362 浏览 5 评论 0原文

我已经尝试了几天才能让自动完成功能正常工作。

我有一个全新安装的 Eclipse PDT 和另一个带有 aptana 和 subversion 等插件的安装,但两者都不能使用自动完成功能。

我需要做什么才能让自动完成功能正常工作?我需要一些捷径吗?在 Netbeans 中,它无需快捷方式即可工作...并且 这个视频 看起来也可以在 Eclipse 中工作。

感谢您的任何提示和帮助;)

I have tried for several days now to get autocomplete working.

I have a clean install of Eclipse PDT and another with plugins like aptana and subversion, but neither works with autocomplete.

What do I have to do to get autocomplete working? Do i need some shortcut for this? In Netbeans it is working without a shortcut...and this video looks like its working in eclipse too.

Thanks for any hints and help ;)

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

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

发布评论

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

评论(5

埖埖迣鎅 2024-09-06 20:23:58

对我来说,当使用 PDT 时,当我开始键入变量时,我可以按 Ctrl-空格键,然后在代码中获得匹配的已定义变量的列表。我相信你可以自动获取列表。如果您进入Window » Preferences,然后在左栏中找到 PHP。展开 PHP,展开编辑器,然后选择代码辅助。我相信自动激活是自动弹出自动完成的选项。

For me, when using PDT, when I begin to type a variable, I can do Ctrl-space and I get a list of matching defined variables in my code. I believe you can get the list automatically. If you go Window » Preferences, then find PHP in the left column. Expand PHP, expand Editor, and select Code Assist. I believe Auto Activation is the option to pop up the autocomplete automatically.

你不是我要的菜∠ 2024-09-06 20:23:58

我试图遵循已接受的答案但没有用。然后我在另一个线程中找到了这个问题的答案。基本上您需要做的就是右键单击该项目并转到“配置”>“添加 PHP 支持。如果该选项呈灰色,则您已将项目标记为 PDT 项目。

I tried to follow the accepted answer with no use. Then I found answer to this question in another SO thread. Basically all you need to do is right click on the project and go to Configure > Add PHP support. If that option is grayed out then you already marked project as the PDT project.

倒数 2024-09-06 20:23:58

提示:勾选常规>编辑>文件关联> .php (.phtml,...) 如果默认编辑器是“PHP 编辑器”

hint: check General > Editors > File Associations > .php (.phtml,...) if default editor is "PHP Editor"

临走之时 2024-09-06 20:23:58

好的,我现在找到了解决方案。如果其他人有同样的问题,这里是方法:
转到窗口->首选项->PHP->编辑器->代码辅助

ok, i found the solution now. if anyone else has same problems here is the way:
go to window->preferences->PHP->Editor->Code Assist

眼波传意 2024-09-06 20:23:58

这对我有用

右键单击项目资源管理器中的项目»配置»添加 PHP 支持...

在此处输入图像描述

This worked for me

Right click on you project in the project Explorer » Configure » Add PHP support...

enter image description here

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