> ## 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

> Review code changes before you commit and create agent-ready Coding Plans, directly in your IDE with the CodeRabbit extension.

## Supported IDEs

The extension works with VS Code and <u>any editor that supports VS Code extensions</u>:

<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.

## 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 CLI and extension, Codex CLI,
    OpenCode, 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 50+ contextual sources for
    comprehensive analysis.
  </Card>

  <Card title="Coding Plans" icon="list-check">
    Create, browse, and implement Coding Plans from the **Plans** tab, then hand selected phases to your AI coding agent.
  </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="Plan implementation" href="/ide/vscode-plan" icon="list-check" horizontal="true">
    Create Coding Plans from your workspace and hand selected phases to your AI coding agent.
  </Card>

  <Card title="Review code changes" href="/ide/vscode-use" icon="play" horizontal="true">
    Learn how to trigger reviews, apply fixes, and integrate with your development workflow.
  </Card>
</CardGroup>
