This is neat, but it seems to me like the way that scala-ide does it is still better. It uses the Scala Presentation compiler, which only does the first four scala compilation phases. I have found that it is super fast, much faster even than sbt incremental compilation. Has anyone compared scala-ide against the new intellij scala plugin?
This is neat, but it seems to me like the way that scala-ide does it is still better. It uses the Scala Presentation compiler, which only does the first four scala compilation phases. I have found that it is super fast, much faster even than sbt incremental compilation. Has anyone compared scala-ide against the new intellij scala plugin?