DebugBuddy is your AI mentor — it helps you understand and resolve errors by offering thoughtful suggestions, encouraging you to think instead of instantly solving everything for you.
- AI-Powered Code Review: Get intelligent code analysis and suggestions using multiple AI providers (OpenAI, Anthropic, Google Gemini, xAI)
- Interactive Webview: View formatted AI responses with syntax highlighting in a dedicated panel
- Hover Assistance: Get instant help for errors and code issues by hovering over problems
- Multi-Provider Support: Choose from different AI models based on your preference and API availability
- Secure API Management: Safely store and manage your API keys with built-in encryption
- Install the extension
- Set your API key using
Ctrl+Shift+P
→ "Set API Key for DebugBuddy" - Start reviewing code with
Ctrl+Shift+P
→ "Review Current File"
DebugBuddy: Set API Key
- Configure your AI provider API keyDebugBuddy: Review Current File
- Get AI analysis of the current fileDebugBuddy: Show Webview
- Open the DebugBuddy response panelDebugBuddy: Show API Key
- Display your current API keyDebugBuddy: Delete API Key
- Remove stored API key
- VS Code 1.102.0 or higher
- API key from one of the supported AI providers (OpenAI, Anthropic, Google, xAI)
Configure DebugBuddy behavior in VS Code settings:
debugBuddy.webview.autoShow
- Automatically show webview for responsesdebugBuddy.webview.retainContext
- Keep webview state when hiddendebugBuddy.webview.enableSyntaxHighlighting
- Enable code syntax highlighting
Enjoy coding with AI assistance!