AppCode 2018.1 Help

Navigating to Next/Previous Error

Introduction

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 AppCode navigates between code issues: it can either jump between all code issues or skip minor issues and only navigate between detected errors.

Configuring error navigation

Configuring the error navigation

  1. Right click the Validation Side Bar.

  2. On the context menu, choose one of the available navigation modes:
    • To have AppCode skip warnings, infos, and other minor issues, choose Go to high priority problems only.

    • To have AppCode jump between all detected code issues, choose Go to next problem.

Navigating between errors or warnings

Navigating between errors or warnings

  • On the main menu, choose Navigate | Next / Previous Highlighted Error.

  • Use keyboard shortcuts N/A and N/A respectively.

Last modified: 19 September 2019