Eclpise 中的 PDT 自动完成功能被破坏
突然间,我无法在 Eclipse PHP 项目中使用自动完成功能。 当我按 alt+/ 时,我只是听到一个虚拟的声音。 我应该检查哪些设置?
Suddenly I can't use autocomplete in my Eclipse PHP projects.
When I press alt+/ I jsut hear a dummy sound.
Which settings should I check?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
试试这个。右键单击 PHP 资源管理器中的顶级文件夹。选择“配置”菜单项,然后选择“添加 PHP 支持”。
Try this. Right-click your top level folder in PHP Explorer. Select the "Configure" menu item then "Add PHP Support".
您的 PHP 语言库是否包含本地 PHP 安装的链接?有时我发现我的项目被损坏,并且 PHP 被从该包含中删除。
Does you PHP Language Library include a link to your local PHP install? Sometimes I've found my project gets corrupted, and that PHP gets stripped from that include.
在这种情况下,只需重新加载 Eclipse 就会有所帮助。
In this situation, simply reloading Eclipse helped.
对我来说,只需选择“项目”>“ Clean'恢复自动/代码完成。 (带有 PDT 3.0 的 Eclipse 3.7.0 Indigo)
For me, simply choosing 'Project > Clean' restores auto/code completion. (Eclipse 3.7.0 Indigo with PDT 3.0)
对我来说,我需要重新创建我的工作区(使用旧版本 PDT 中的工作区)。复制然后将项目导入到新工作区仍然有效。
For me I needed to re-create my workspace (was using a workspace from an older version of PDT). Copying then importing the projects into the new workspace still worked.