AI-powered error debugging for VS Code. Note: To auto-capture errors, your project must have the Cazon SDK installed. The extension fetches errors captured by the SDK and displays them in VS Code. (Sentry plugin support is available in Beta for pro tier.)
Quick Setup
1. Install the Extension
Search for "Cazon Error Intelligence" in VS Code Extensions.
Run command: Cazon: Configure API Key (Cmd+Shift+P)
Paste your API key
3. Start Coding
Important: The Cazon VS Code extension does not capture errors on its own. You must install and initialize the Cazon SDK in your project for errors to be sent to the Cazon platform. The extension then fetches and displays these errors in your editor.
You'll see:
🔴 Red squiggles in your code
📋 Entries in the Problems panel
💡 Intelligent quick fixes
That's it! Cazon works in the background once the SDK is set up.
Features
🎯 Automatic Error Capture - Monitors your terminal output
🧠 Pattern Matching - Identifies 100+ known error patterns
💡 Smart Suggestions - AI-powered explanations and fixes
📊 Dashboard Sync - View errors across your team
🔌 Public API - Extends GitHub Copilot and other AI tools
🤖 MCP Server - Built-in Model Context Protocol support for Claude and other AI assistants
MCP Integration (New!)
Cazon now includes a built-in Model Context Protocol (MCP) server, allowing AI assistants like Claude to access your error intelligence directly.