IntelliJ IDEA 12.1.0 Web Help

Another method of code navigation is to move between found errors and warnings. The caret is positioned immediately before the error or warning. If no errors and warnings are found in the file, IntelliJ IDEA displays the corresponding message in a pop-up window.

You can configure to skip warnings and navigate only between detected errors.

In this section:

To configure the error navigation
  1. Right click the Validation Side Bar.
  2. On the context menu, specify the navigation mode:
    • To have IntelliJ IDEA skip warnings, choose Go to errors only.
    • To have IntelliJ IDEA jump both to errors and warnings, choose Go to next error/warning.
To navigate between errors or warnings, do one of the following
  • On the main menu, choose Navigate | Next / Previous Highlighted Error.
  • Use keyboard shortcuts F2F2 and Shift+F2Shift+F2 respectively.

See Also

Reference:

Getting Started:

Web Resources: