Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CorrdexNew to Visual Studio Code? Get it now.
Corrdex

Corrdex

hrdverse

|
2 installs
| (0) | Free
Corrdex intelligent AI coding assistant and architecture enforcement
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Corrdex Logo

Corrdex

Corrdex is an intelligent AI coding assistant and architecture enforcement extension for VS Code. It parses your codebase into a rich semantic AST, checks for real-time architectural rule violations, and seamlessly synchronizes your project context with the Corrdex Web Dashboard.

Screenshots

Live Diagnostics Corrdex Settings
Live Diagnostics Settings Panel
Custom File Icons AI Assistant Sidebar
Tab Icons (Coming Soon)
Cloud Synchronization Automated Analysis
Sync Success Syncing

Features

  • Live Architectural Diagnostics: Uses the local corrdexcore engine to scan your code as you type, instantly flagging architectural violations based on your team's custom policies.
  • Deep Codebase AI: A dedicated AI Assistant panel embedded right inside VS Code that understands your entire project's semantic structure.
  • Dual Push Sync: One-click synchronization of your semantic codebase index and live scan violations to the Corrdex Cloud server.
  • Auto-Sync: Optionally enable Auto Sync On Save to keep the remote Corrdex AI perfectly in sync with your local edits.

Setup Instructions

  1. Get your API Key & Project ID

    • Create a project on your Corrdex Server dashboard.
    • Generate an API Key and note your Project ID.
  2. Configure your API Key

    • Open the VS Code Command Palette (Ctrl+Shift+P / Cmd+Shift+P).
    • Run the command: Corrdex: Set AI API Key.
    • Paste your API Key. It is securely stored in your local VS Code SecretStorage.
  3. Workspace Configuration

    • Create a corrdex.config.json file in the root of your workspace to bind the project and define your custom rules:
      {
        "project": "your-project-id",
        "rules": {
          "no-external-api-in-controller": "error",
          "must-use-repository-pattern": "warning"
        }
      }
      
  4. Your First Sync

    • Look at the bottom-right of your VS Code Status Bar.
    • Click the ☁ Push button to manually trigger a dual-push sync.
    • You will see a green success notification once your Semantic Index and Scan Run are uploaded to the dashboard!

Extension Settings

You can customize the extension via your VS Code Settings (Ctrl+,):

  • corrdex.ai.serverBaseUrl: Base URL for Corrdex AI backend calls (Default: http://localhost:3003/v1).
  • corrdex.core.serverBaseUrl: Base URL for the local Corrdex AST engine (Default: http://127.0.0.1:3010).
  • corrdex.autoSyncOnSave: Enable automatic background pushing when saving files (Default: false).

Commands

  • Corrdex: Open AI: Opens the AI assistant panel.
  • Corrdex: Set AI API Key: Securely store your API Key.
  • Corrdex: Clear AI API Key: Removes your API Key from storage.
  • Corrdex: Refresh Sidebar: Refreshes the project overview in the Explorer.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft