Eclipse PDT 不强调语法错误和代码完成

发布于 2024-08-15 23:32:44 字数 480 浏览 3 评论 0原文

可能的重复:
代码完成不适用于远程文件(使用 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 技术交流群。

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

发布评论

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

评论(2

羁〃客ぐ 2024-08-22 23:32:44

在我自己的皮肤上发现,在这种情况下最好的选择就是从 Eclipse 的列表中删除项目,然后转到项目的位置并删除:

  • .settings - 目录
  • .buildpath - 文件
  • .project - 文件

之后只需创建一个新的 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:

  • .settings - directory
  • .buildpath - file
  • .project - file

After that just create a new PHP project and everything will start working as expected.

飘落散花 2024-08-22 23:32:44

当我遇到这个问题时,我发现只有我的一个项目出现了问题。其他项目显示语法错误下划线就好了。

解决方案:我不小心进入了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.

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