IDE INTEGRATION
Bring real-time, senior-level inline reviews directly into your editor.
Why wait until you push your code to get feedback? GitRabbit extensions for VS Code, Cursor, and Windsurf bring our review engine directly into your local editor. As you write code, the extension reviews your syntax and highlights potential bugs, logic flows, or structural errors in real time, before you even open a commit.
Key_Capabilities
Inline Diagnostics
Get red/orange squiggles with clear, actionable refactoring tips right inside your files.
Local One-Click Fixes
Accept code edits locally, automatically updating your code file without leaving the cursor.
Pre-Commit Checks
Local scanners run your configured linting rules locally to prevent dirty commits.
Setup_Sequence
Install the Extension
Search for 'GitRabbit' in the VS Code Marketplace or Cursor Extensions store and install it.
Authenticate with API Token
Sign in using your GitRabbit account or enter your Personal Developer Token in Settings.
Run Local Analysis
Right-click any folder or file to trigger a full local code validation.
Code_Example
{
"gitrabbit.apiToken": "gr_dev_token_8f93aa2...",
"gitrabbit.enableRealtimeLinting": true,
"gitrabbit.autoApplyFixesOnSave": false,
"gitrabbit.severityThreshold": "medium",
"gitrabbit.ignoredFiles": [
"**/node_modules/**",
"**/build/**"
]
}Pro_Tips
- ✦Toggle 'gitrabbit.enableRealtimeLinting' if you experience performance lag on large monorepos.
- ✦You can debate suggestions with the local extension using standard AI chat sidebars.