Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>BridgeNew to Visual Studio Code? Get it now.
Bridge

Bridge

Bridge

|
1 install
| (0) | Free
AI-powered collaboration layer — catches design mismatches and API contract violations in real time
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bridge — VS Code Extension

AI-powered collaboration layer that catches design mismatches and API contract violations in real time.

Features

  • Real-time analysis — Bridge watches your code as you type and flags issues instantly
  • Design validation — Catches colour, typography, and spacing mismatches against your design system
  • Contract enforcement — Identifies API endpoint and payload mismatches between frontend and backend
  • Ask Bridge — Chat interface to ask questions about your entire codebase with full project context
  • Streaming responses — See Bridge reason step-by-step with tool usage indicators and source references
  • Inline suggestions — Suggested fixes appear directly in the sidebar with one-click apply
  • Status bar — Always know if Bridge is connected and watching

Getting Started

  1. Install the Bridge extension from the VS Code Marketplace
  2. Open the command palette (Cmd+Shift+P / Ctrl+Shift+P) and run Bridge: Connect Account
  3. Enter the API key from your Bridge dashboard (Settings → API Keys)
  4. Start coding — Bridge analyses files automatically as you type

Settings

Setting Default Description
bridge.backendUrl http://localhost:8000 Bridge backend server URL
bridge.projectId default Project identifier for this workspace
bridge.analyseOnSave true Analyse files automatically
bridge.apiKey Bridge API key from your dashboard

Commands

  • Bridge: Analyse Current File — Manually trigger analysis on the active file
  • Bridge: Set Backend URL — Configure the backend server URL
  • Bridge: Connect Account — Authenticate with your Bridge API key

Ask Bridge

Open the sidebar and switch to the Ask Bridge tab to chat with Bridge about your project. Bridge uses your current file, recent edits, analysis history, and project context to give informed answers.

Examples:

  • "What issues exist in my current file?"
  • "What files depend on this API endpoint?"
  • "Does my frontend match the backend contract for /v1/users?"

Requirements

  • A running Bridge backend instance (self-hosted or cloud)
  • A valid Bridge API key

Privacy

Bridge sends the contents of your open and recently edited files to your configured Bridge backend for analysis. No data is sent to third parties — all processing goes through your own Bridge instance.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft