Qodana 2021.2 Help

Qodana IDE plugin

The Qodana IDE plugin is a plugin for JetBrains IDEs such as IntelliJ IDEA or PhpStorm. It provides a link between a Qodana report and your project opened in an IDE. With the plugin installed, you can navigate between the issues detected by a linter as well as use the Open in <IDE> functionality provided by the Qodana UI.

Before you start

  1. Make sure your preferred IDE is installed via JetBrains Toolbox App.

  2. Install the plugin for the IDE as described in the IntelliJ IDEA Documentation. IDE versions 2021.2 and later are supported.

Open a file from the Qodana UI

  1. In the Qodana HTML report, choose a problem to navigate to and click Open file in <IDE>.

    the Open in IDE button

Open a Qodana report in the IDE

  1. In the IDE, go to Tools | Show Qodana Report | Open Qodana Report and select a qodana.sarif.json report file generated after performing a Qodana run. See Qodana code inspection output formats for details.

  2. In the Problems tool window that opens, you can view the detected issues and jump to the corresponding line in the code editor.

    Project Errors view
Last modified: 14 October 2021