Eclipse PDT 自动完成
我已经尝试了几天才能让自动完成功能正常工作。
我有一个全新安装的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
对我来说,当使用 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.我试图遵循已接受的答案但没有用。然后我在另一个线程中找到了这个问题的答案。基本上您需要做的就是右键单击该项目并转到“配置”>“添加 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.
提示:勾选常规>编辑>文件关联> .php (.phtml,...) 如果默认编辑器是“PHP 编辑器”
hint: check General > Editors > File Associations > .php (.phtml,...) if default editor is "PHP Editor"
好的,我现在找到了解决方案。如果其他人有同样的问题,这里是方法:
转到窗口->首选项->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
这对我有用
右键单击项目资源管理器中的项目»配置»添加 PHP 支持...
This worked for me
Right click on you project in the project Explorer » Configure » Add PHP support...