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, Execution, Deployment" -> "Compiler" -> "Build project automatically", but that does not seem to make a difference.
StackOverflow shows Intellij IDEA Java classes not auto compiling on save as a possible related question, but the chosen answer doesn't work for me. Besides being quite old, that answer says that "Build Project Automatically" only works "if you are using the external compiler option", but I don't know what that is (a search for "external compiler" on IntelliJ's documentation does not return anything relevant) and my settings don't mention it. And the answer does not say what to do if you are not using such option anyway.
So, how can I see errors and warnings listed automatically as I modify the code in IntelliJ IDEA?