Eclipse - 如何关闭动态编译/错误检查
我在使用带有 Scala 插件的 Eclipse 时遇到问题,由于动态检查代码,它运行得很慢。可以把它关掉吗?如果是的话我该怎么办?
I have problem with Eclipse with Scala plugin, it's run very slow becouse of dynamic checking of the code. Is it possible to turn it of? If it is, how can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您还可以尝试调整 Eclipse 配置文件,而不是关闭自动构建。您可以在这里找到有用的信息:http://www.assembla.com/wiki/显示/scala-ide/设置。
就我而言,通过提供的提示,我终于获得了 scala 的 eclipse 的稳定配置。
Instead of turning off automatic build, you can also try and tweak your eclipse config file. You will find useful information here : http://www.assembla.com/wiki/show/scala-ide/Setup.
In my case, with the provided hints, I've finally obtained a stable configuration of eclipse for scala.
项目->自动构建
Project -> Build automatically
看来您安装了 EQUINOX WEAVING LAUNCHER 插件
这会让你的IDE变得非常慢
it seems you installed EQUINOX WEAVING LAUNCHER plugin
this makes your ide very slow