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. Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
IntelliJ IDEA detects errors and warnings in the current file on the fly (unless Power Save Mode is activated in the Errors in other files and in the project view will be shown after To navigate between errors use Error Stripe Mark color can be changed here:
|
|||
|
|
Besides, you can choose going to next error only (ignore warning) by:
it works for Intellij Idea 12 |
|||
|
|
