Search code examples
intellij-ideaintellij-14goland

How to view all errors in the project


I would like to see all compilation/syntax errors in a single list, so it would be easier to understand what should be fixed. I would describe it like something similar to vim`s quickfix window.

Currently I'm using Analyze -> Inspect Code..., but it lists all inspections, which could be sometimes too much. I can probably configure different profiles for inspections and switch between them, but probably there is some other approach which I miss?


Solution

  • When you run Build | Build Project, the Messages toolwindow will display the list of all compilation errors.