💡 Pro tip: Use
Cmd/Ctrl + Shift + P
and type "start" to begin
visit https://ollama.com
ollama run deepseek-r1
Visit https://ollama.com/library/deepseek-r1 for more info.
code --install-extension aryansrao.deekseek-extension
visit https://marketplace.visualstudio.com/items?itemName=aryansrao.deekseek-extension
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
-
VS Code 1.96+
-
MacOS/Linux/Windows
-
Ollama installed
Extension Not Working?
-
Verify Ollama is running:
-
Check model is downloaded:
ollama list
-
Restart VS Code
Contributions are welcome!