Is there a way to make IntelliJ mark error locations continuously for the files you are working on in the similar manner as Eclipse does? At the moment I need to make the pr
For IntelliJ 2017:
Use "Problem" tool window to see all errors. This window appears in bottom/side tabs when you enable "automatic" build/make as mentioned by @pavan above (https://stackoverflow.com/a/45556424/828062).
To access this Problems
panel, you must set your project to build automatically. Check the box for Preferences
/Settings
> Build, Execution, Deployment
> Compiler
> Build project automatically
.