The dscli VSCode extension integrates dscli’s AI programming capabilities into VSCode, providing a conversational coding assistant experience.
The extension is a lightweight UI layer — all intelligence (conversation, tool calling, project context, skills) is provided by the dscli CLI backend.
Features
- Conversational AI chat — talk to DeepSeek directly in the editor panel
- Streaming output — responses render word by word, interruptible at any time
- Markdown rendering — code blocks, bold, italic, inline code
- File analysis — one click to send the current file or selected code to the AI
- Secure credential management — API keys stored in VSCode SecretStorage, never written to disk
Installation
- Install the dscli CLI:
go install github.com/dscli/dscli@latest - Get a DeepSeek API key at platform.deepseek.com
- Install the extension from the
.vsixpackage
Verify the installation:
dscli version
Current version: v0.6.0