PyCharm 2017.1 Help

Navigating to Next/Previous Error

Another method of code navigation is to move between found errors and warnings. The caret is positioned immediately before the code issue.

You can configure the way PyCharm navigates between code issues: it can either jump between all code issues or skip minor issues and only navigate between detected errors.

In this section:

To configure the error navigation

  1. Right click the Validation Side Bar.
  2. On the context menu, choose one of the available navigation modes:
    • To have PyCharm skip warnings, infos, and other minor issues, choose Go to high priority problems only.
    • To have PyCharm jump between all detected code issues, choose Go to next problem.

To navigate between errors or warnings, do one of the following

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

See Also

Last modified: 26 July 2017