Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AI Live Coding AssistantNew to Visual Studio Code? Get it now.
AI Live Coding Assistant

AI Live Coding Assistant

ai-live-assistant

|
2 installs
| (0) | Free
Real-time AI that sees your code, errors, and context — and fixes problems instantly.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AI Live Assistant — VS Code Extension

Real-time AI that sees your code, errors, and cursor — and fixes problems instantly.

Features

Feature Free Pro Team Enterprise
AI Chat ✅ 75/day ✅ Unlimited ✅ Unlimited ✅ Unlimited
Context awareness ✅ ✅ ✅ ✅
Auto error detection ✅ ✅ ✅ ✅
One-click fix apply ❌ ✅ ✅ ✅
Bring Your Own Key ❌ ✅ ✅ ✅
Team shared memory ❌ ❌ ✅ ✅
Local AI model ❌ ❌ ❌ ✅

Getting Started

  1. Install the extension
  2. Open the AI Live panel from the activity bar (✦ icon)
  3. Enter your API key in Settings (Ctrl+, → search "AI Live")
  4. Start coding — the AI sees your file, errors, and cursor automatically

Key Bindings

Action Command
Open chat aiLive.openChat
Fix error aiLive.fixError
Explain selection aiLive.explainSelection
Analyze file aiLive.analyzeFile

Settings

{
  "aiLive.apiKey": "",         // Your AI Live subscription key
  "aiLive.ownApiKey": "",      // OR your personal Anthropic key (BYOK)
  "aiLive.model": "claude-sonnet-4-6",
  "aiLive.plan": "free",
  "aiLive.autoCapture": true   // Auto-notify on new errors
}

Architecture

VS Code Extension
├── src/
│   ├── extension.ts          # Entry point, commands, status bar
│   ├── contextCollector.ts   # Gathers file, cursor, errors, tabs
│   ├── chatPanel.ts          # Sidebar webview controller
│   ├── chatPanelHtml.ts      # Chat UI (HTML/CSS/JS)
│   ├── apiClient.ts          # Backend + BYOK API calls
│   ├── diagnosticsWatcher.ts # Listens for new errors in real time
│   └── usageTracker.ts       # Free plan daily limit enforcement

Development

cd vscode-extension
npm install
npm run compile

# Press F5 in VS Code to launch Extension Development Host
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft