Skip to content

codacy/codacy-vscode-extension

Repository files navigation

Codacy Visual Studio Code extension

The Codacy extension for Visual Studio Code helps you review and manage the issues found by Codacy without leaving the editor. It informs you about the code quality changes introduced by the pull request you're working on, as well as the status of other open pull requests and of branches analyzed by Codacy that are not associated with any pull request.

Codacy VS Code Extension Screenshot

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.

Codacy Logo

Prerequisites

Before installing the extension, make sure you meet the following requirements:

  1. You have a Codacy account.
  2. The repository you’re working on has been added to Codacy Cloud.
  3. You have at least Repository Read permissions for the repository you’re working on.

Installation

You can install the extension from within Visual Studio Code (Cmd+Shift+X or Ctrl+Shift+X), or from the Visual Studio Marketplace. Alternatively, you can download the latest version as a VSIX package and install it manually.

Usage

For detailed information on how to use this extension, please refer to the official documentation.

Contributing

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.

Troubleshooting

If you're having trouble using the Codacy extension for VS Code, see below to troubleshoot errors.

Could not find repository

If you see this error, confirm that the repository has been added to Codacy Cloud and that you have at least Repository Read permissions.