Eclipse Kepler - PHP Code completion not working

蓝咒 提交于 2019-11-27 23:16:34

问题


Today i've downloaded Eclipse Kepler and i've noticed that PHP code completion is not working anymore. when i type the first letters of a standard php function then press CTRL+Space, it gives me an empty list ("No Default Proposal"). This used to work with the older version (i was using Juno) and i've made no modification.

I've already tried removing the PHP nature and adding it again (through Right Click => Configure => Add PHP Support), but it didn't help.

In both versions the only plugin i have installed is Aptana Studio 3.5.0 (nightly build) but i'm using Eclipse's editor for PHP, not Aptana's, nor i'm using Aptana's PHP nature, but Eclipse's


回答1:


Try clearing the PDT index. See http://www.eclipse.org/forums/index.php/mv/msg/489559/1065653/#msg_1065653




回答2:


One more hint, because the solution mentioned above did not help for me: After additionally installing "Dynamic Languages Toolkit Core Frameworks", content assist works again.



来源:https://stackoverflow.com/questions/17407880/eclipse-kepler-php-code-completion-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!