Go to next compiler error across project in IntelliJ

Solution 1:

To navigate between errors or warnings in IntelliJ you can do one of the following:

  • Use keyboard shortcuts F2 (Next) and Shift+F2 (Previous) respectively.
  • On the main menu, choose Navigate | Next / Previous Highlighted Error.

Solution 2:

I am using Ctrl+Alt+Up/Down to scroll through the list of errors. This is inside the Compile Messages window. The SBT Console uses the same shortcut, as stated in the SBT wiki.