I have IntelliJ 12 Ultimate and am using the Play Framework 2.1 with Scala (love them both)
One thing I miss from Eclipse is seeing my project files annotated with a red mark if they fail to compile.
I've tried enabling Preferences > Compiler > Use External Build > Make Project Automatically
This didn't show any errors (not even in the "Problems" panel)
I've tried the "Eclipse Mode" plugin. Also doesn't seem to have any effect. "No compilation problems found" in the Problems panel despite obvious issues with the code (renamed method to xxx without refactoring usages)
Suggestions would be much appreciated