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
Make sure your preferred IDE is installed via JetBrains Toolbox App.
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
In the Qodana HTML report, choose a problem to navigate to and click Open file in <IDE>.
Open a Qodana report in the IDE
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.In the Problems tool window that opens, you can view the detected issues and jump to the corresponding line in the code editor.