The Codacy extension for IntelliJ IDEs helps you review and manage the issues found by Codacy directly within IntelliJ IDEs. It notifies you whether a pull request is up to standards by highlighting problematic code patterns and displaying code quality metrics.
Codacy is an automated code review tool that helps your team write high-quality code by analyzing over 40 programming languages, such as PHP, JavaScript, Python, Java, and Ruby. Codacy lets you define and enforce your own quality rules, code patterns, and quality settings to prevent issues in your codebase.
Before installing the extension, make sure you meet the following requirements:
- You have a Codacy account.
- The repository you’re working on has been added to Codacy Cloud.
- You have at least Repository Read permissions for the repository you’re working on.
- Open IntelliJ IDEA and navigate to
Settings
>Plugins
. - Search for "Codacy" in the Marketplace tab.
- Click
Install
and restart IntelliJ IDEA.
- Download the latest
.zip
file from the releases page. - Open IntelliJ IDEA and navigate to
Settings
>Plugins
. - Click the gear icon and choose
Install Plugin from Disk...
. - Select the downloaded
.zip
file and restart IntelliJ IDEA.
- Clone the repository from GitHub.
- Open the project in IntelliJ IDEA.
- Run ./gradlew buildPlugin
- The built plugin will be located in the
build/distributions
directory. - Install the plugin manually
Ensure Codacy's inspections are enabled by following this guide.
We welcome all contributions, from small bug fixes to large features.
For information on how to contribute to this project, please refer to the contributing guidelines.
If you're having trouble using the Codacy extension for VS Code, see below to troubleshoot errors.
If you see this error, confirm that the repository has been added to Codacy Cloud and that you have at least Repository Read permissions.
The Codacy extension for IntelliJ IDEA helps you review and manage the issues found by Codacy directly within IntelliJ IDEA. It notifies you whether a pull request is up to standards by highlighting problematic code patterns and displaying code quality metrics.