Scan my project
Scanning your project in SonarQube for IntelliJ is a simple, easy process.
SonarQube for IDE, a core component of the SonarQube solution, is a developer’s first line of defense to find and fix coding issues in real-time. The results of a SonarQube for IDE scan provide rich contextual guidance to help you improve your skills while enhancing productivity to help you resolve issues in code.
SonarQube for IDE scans your project to provide instant feedback against hundreds of language-specific rules. When running in connected mode with SonarQube Server or SonarQube Cloud, you can benefit from additional rules that identify security vulnerabilities and security hotspots as well as take advantage of team features that help your organization achieve high-quality code.
Every organization has custom policies and procedures; the SonarQube for IDE analyzer offers a level of customization to help you achieve those practices.
First steps
By default, SonarQube for IntelliJ will automatically analyze your open file. In addition, scanning a full project including unopened files, or scanning all changed files is possible.
In the IntelliJ Project tool window, select a single folder (or file) or multiple folders (any/or files), right-click and select SonarQube for IDE > Analyze with SonarQube for IDE to run an analysis. The results will be shown in the SonarQube > Report tab.
Check the Running an analysis page for more information about triggering and refining the analysis process.
Language-specific information
Last updated
Was this helpful?