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

# Sourcery in your IDE

Sourcery reviews your code in your editor, before you open a pull request. It runs the same review engine that reviews pull requests, pointed at your working changes. You catch findings before you push.

## How it relates to PR reviews

A PR review runs on the pull request diff after you push. An IDE review runs in your editor on your current changes. From the Sourcery panel, you pick what to review: the current file, or your working changes against HEAD or another branch. Findings appear as inline diagnostics, and you apply fixes without leaving the editor. See [reviews in the IDE](/ide/reviews-in-the-ide/) for the full flow and the in-editor recipes.

Both run the same AI review engine, and the IDE applies your organization's review rules and path filters from [**Review Settings**](https://app.sourcery.ai/dashboard/review-settings). The editor skips the checks that need the pull request itself. Security scanning, complexity analysis, and linked-issue assessment run only on a pull request, and per-repository settings apply there too. Run a pull request review for full coverage.

## Supported editors

The extension runs in VS Code, Cursor, Windsurf, and JetBrains. It signs in with a personal Sourcery token, and model access is proxied through Sourcery, so you don't supply your own LLM keys here.

## What's next
