DeepSeek AI Assistant
Your Local AI Programming Assistant for VS Code
Version
Downloads
Rating
Issues
License
Last Commit
Code Size
Release Date
Discussions
Vercel
Screenshots
DeepSeek Chat Interface - Full
DeepSeek Chat Interface - Dark |
DeepSeek Chat Interface - Light |
π‘ Pro tip: Use
Cmd/Ctrl + Shift + Pand type βstartβ to begin
Quick Setup
1. Install Ollama
visit https://ollama.com
2. Pull DeepSeek Model
ollama run deepseek-r1
Visit https://ollama.com/library/deepseek-r1 for more info.
3. Install Extension
code --install-extension aryansrao.deekseek-extension
OR
visit https://marketplace.visualstudio.com/items?itemName=aryansrao.deekseek-extension
What It Does
DeepSeek brings powerful AI assistance directly into VS Code, running completely locally through Ollama:
Code Generation - Get intelligent code suggestions
Real-time Help - Ask questions about your code
Documentation - Generate comments and documentation
Debugging - Get help fixing bugs
Best Practices - Learn coding patterns and improvements
Requirements
VS Code 1.96+
MacOS/Linux/Windows
Ollama installed
Troubleshooting
Extension Not Working?
Verify Ollama is running:
Check model is downloaded:
ollama listRestart VS Code
Resources
Contributing
Contributions are welcome!