开发者

Eclipse - how to turn off dynamic compilation/error checking

开发者 https://www.devze.com 2023-02-06 15:13 出处:网络
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?Instead of turning of

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?


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


it seems you installed EQUINOX WEAVING LAUNCHER plugin this makes your ide very slow

0

精彩评论

暂无评论...
验证码 换一张
取 消