When I was using visual studio, in the one of the tabs it was a list of error of the entire project
But now I cannot find the equivalent of that windows, I can only watch the errors of the actual File
And the only way to know if there is another error I just gotta run the project and waste too much time.
Is there a way to see the errors of the whole project?
2
Answers
You have this view also you can go there pressing ⌘6
Also there’s a short cut with ^, that jumps into that window showing the errors.
Another good question for this has been asnwered by Ashutosh Jindal at How to view the list of compile errors in IntelliJ?