Eclipse PDT 不强调语法错误和代码完成
可能的重复:
代码完成不适用于远程文件(使用 RSE)
在我的 Mac(snow leopard) 上安装 Eclipse PDT 后,我从 http://download.eclipse.org/dsdp/tm/updates/3.0/。
现在,编辑器既不强调语法错误,也不补全代码。但编辑器确实对代码进行了着色。我可以在哪里配置它?
谢谢!!!
Possible Duplicate:
Code Completion not working with remote file (with RSE)
Ater installing Eclipse PDT on my Mac(snow leopard), I installed Remote System Explorer (RSE) from http://download.eclipse.org/dsdp/tm/updates/3.0/.
Now the editor neither underline syntax errors, nor do the code completion. But the editor does color the code. Where I can config it?
Thanks!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在我自己的皮肤上发现,在这种情况下最好的选择就是从 Eclipse 的列表中删除项目,然后转到项目的位置并删除:
之后只需创建一个新的 PHP 项目,一切就会开始按预期工作。
In found out on my own skin, that the best option in this case is just to remove the project from list in eclipse, then go to the location of your project and delete:
After that just create a new PHP project and everything will start working as expected.
当我遇到这个问题时,我发现只有我的一个项目出现了问题。其他项目显示语法错误下划线就好了。
解决方案:我不小心进入了Project;特性; Java 构建路径;来源选项卡;扩大了我的项目;在“排除”下,我列出了我的项目。我本想包含它,但错误地排除了它。
所以检查你的构建路径。
When I had this problem, I found that it was only broken for one of my projects. The other projects showed the syntax error underlining just fine.
Solution: I had accidentally gone into Project; Properties; Java Build Path; Source tab; expanded my project; and under Excluded, I had listed my project. I had meant to include it, but had excluded it by mistake.
So check your build path.