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 project which lists all the errors in the message panel, but even then I cannot navigate to them using the editor panel. I would like to have simple dots/markers which would point to error/warning locations.
Share
IntelliJ IDEA detects errors and warnings in the current file on the fly (unless Power Save Mode is activated in the
Filemenu).Errors in other files and in the project view will be shown after
Build|Makeand listed in the Messages tool window.For Bazel users: Project errors will show on Bazel Problems tool window after running
Compile Project(Ctrl/Cmd+F9)To navigate between errors use
Navigate|Next Highlighted Error(F2) /Previous Highlighted Error(Shift+F2).Error Stripe Mark color can be changed here: