> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CodeRabbit IDE Extension

> Catch critical bugs, security issues, and memory leaks before you commit. Right in your IDE with the CodeRabbit IDE extensions.

Get CodeRabbit's AI-powered code reviews directly in your IDE before you commit. Catch bugs, security issues, and code quality problems without leaving your development environment.

<Tip>
  This page covers local IDE code reviews. For code reviews on pull requests,
  see [Introduction](/overview/pull-request-review).
</Tip>

## Supported editors

The CodeRabbit extension works with VS Code and any editor that supports VS Code extensions:

<CardGroup cols={3}>
  <Card title="Visual Studio Code">
    Full native support for the official VS Code editor
  </Card>

  <Card title="Cursor">
    Compatible with Cursor's AI-powered development environment
  </Card>

  <Card title="Windsurf">
    Works seamlessly with Windsurf and other VS Code-compatible editors
  </Card>
</CardGroup>

Use the extension standalone for local development, or combine it with CodeRabbit's pull request reviews for comprehensive code quality coverage.

<Info>
  [CodeRabbit Skills](/cli/skills) let any skill-compatible AI agent—Copilot, Claude Code, Cursor, and others—trigger CodeRabbit reviews using natural language. If your agent supports Skills, this is the easiest way to bring CodeRabbit into your workflow.
</Info>

## Features

<CardGroup cols={2}>
  <Card title="Review uncommitted changes" icon="git-commit-vertical">
    Get instant reviews on uncommitted code as you develop. Catch issues before
    you even commit, reducing PR comment noise by 80%.
  </Card>

  <Card title="One-click fixes" icon="wrench">
    Apply simple suggested fixes instantly. Complex fixes get handed off to your
    AI agent with one click.
  </Card>

  <Card title="Fix all" icon="sparkles">
    New feature: Send all review comments and context to your coding agent at once
    for comprehensive fixes.
  </Card>

  <Card title="AI agent integration" icon="bot">
    Native integration with Copilot, Claude Code, Codex CLI, Cline, Roo, Kilo
    Code, Augment Code, plus clipboard fallback for any AI agent.
  </Card>

  <Card title="Context-aware reviews" icon="database">
    Paid users reviewing repositories connected to their CodeRabbit organization
    get full context: learnings, tools, and 40+ contextual sources for
    comprehensive analysis.
  </Card>

  <Card title="Plan handoff" icon="list-check">
    Hand off Coding Plans to your agent with one click. See [CodeRabbit Plan](/plan) for full details.
  </Card>
</CardGroup>

## Pricing and capabilities

For IDE review limits per plan, see [Rate limits](/management/plans#rate-limits).

Paid users get nearly all PR review features in the IDE, including learnings and contextual analysis. Only chat, docstrings, and unit test generation remain exclusive to PR reviews. Note that PR reviews and IDE reviews may differ, even if run on the same PR.

For custom rate limits or Enterprise needs, contact [sales@coderabbit.ai](mailto:sales@coderabbit.ai).

## Get started

<CardGroup cols={1}>
  <Card title="Install the VS Code extension" href="/ide/vscode-install" icon="download" horizontal="true">
    Download and install the CodeRabbit extension for VS Code or compatible
    editors.
  </Card>

  <Card title="Use the VS Code extension" href="/ide/vscode-use" icon="play" horizontal="true">
    Learn how to trigger reviews, apply fixes, and integrate with your development
    workflow.
  </Card>

  <Card title="Self-hosted setup" href="/ide/vscode-selfhosted" icon="server" horizontal="true">
    Configure the extension to work with your self-hosted CodeRabbit instance.
  </Card>
</CardGroup>
