RubyMine 5.4.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, RubyMine 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 RubyMine skip warnings, choose Go to errors only.
    • To have RubyMine 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: