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
精彩评论