4
votes

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

1

1 Answers

0
votes

I had exactly the same problem and I simply solved it by making sure IntelliJ is not in power save mode because code analysis is disabled in that mode.

You can see if it's on or off thanks to the status bar on the bottom right of IntelliJ.

I hope for you it's as simple as that.