I have IntelliJ 12 Ultimate and I use Play Framework 2.1 with Scala (I love them both)
One thing that I skip from Eclipse is to view project files annotated with a red mark if they do not compile.
I tried to enable settings> Compiler> Use external assembly> Make project automatically
This showed no errors (even in the Problems panel)
I tried the plugin "Eclipse Mode". Also does not seem to have any effect. “Compilation problems not found” in the “Problems” panel, despite obvious problems with the code (renamed method in xxx without using refactoring)
Suggestions will be highly appreciated
source share