Boost your Python development with an intelligent bug detection and debugging assistant! This VS Code extension leverages a fine-tuned AI model specifically trained on Python code, helping you identify and fix errors effortlessly.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Boost your Python development with an intelligent bug detection and debugging assistant! This VS Code extension leverages a fine-tuned AI model specifically trained on Python code, helping you identify and fix errors effortlessly.
Features
AI-Powered Debugging: Get intelligent suggestions for fixing bugs in your Python code
Interactive Chat Interface: Ask questions about your code and receive detailed explanations
Local Model Integration: Uses Ollama to run a specialized CodeLlama model locally
Conversation History: Maintains context for more relevant assistance throughout your debugging session
Zero Config Setup: Simple one-click activation to start debugging
The extension uses a quantized CodeLlama model (hf.co/Krish-05/krishna-choudhary-codellama-gguf-quantized:Q4_K_M), which should be imported to your Ollama installation
Installation
Install this extension from the VS Code Marketplace