IntelliJ IDEA “Build project automatically” apparently not working
问题 I am a long-time Eclipse user for Java and I am used to seeing compilation errors and warnings in the "Problems" view as soon as I cause them. Now I am using IntelliJ IDEA (Kotlin and Java). There is a "Problems" view, but it often stays empty even if there are errors or warnings showing on the margin of my code window. The errors are warnings are listed on "Problems" if I pressed Ctrl-F9 for "Build Project" but I would like that to happen automatically. I've selected "Settings" -> "Build,