DeepSeek Code Assistant
A powerful VS Code extension that provides AI-powered coding assistance using Ollama's local LLM models, created by Bishal Khatri.
Features
🤖 AI-Powered Code Assistant
- Direct code solutions with proper explanations
- Context-aware responses based on your current code
- Support for multiple programming languages
- Clean, formatted code output with syntax highlighting
🔄 Model Selection
- Switch between different Ollama models:
- DeepSeek Coder (6.7B)
- CodeLlama (13B, 34B)
- DeepSeek (1.5B)
- Wizard Coder (15B)
- Adjustable AI temperature for response creativity
💡 Code Actions
- Right-click on code to:
- Get AI explanations for selected code
- Receive optimization suggestions
- Generate code improvements
📝 Conversation Management
- Maintain chat history
- Export conversations for future reference
- Clear history when needed
- Context-aware responses
Author
Bishal Khatri
License
MIT © Bishal Khatri
Requirements
- VS Code version 1.96.0 or higher
- Ollama installed and running locally
- Required models pulled in Ollama
Installation
- Install the extension from VS Code Marketplace
- Install Ollama from ollama.ai
- Pull required models:
ollama pull deepseek-coder
| |