Verba
The Developer's Dictation Extension — Voice dictation with AI-powered post-processing for VS Code.
Verba records speech via your microphone, transcribes it with Deepgram Nova-3, and post-processes the transcript with Claude — all directly inside VS Code. Filler words are removed, sentences are smoothed, and the result is inserted at your cursor position.

Key Features
- Dictation in Editor and Terminal —
Cmd+Shift+D(Mac) /Ctrl+Shift+D(Windows/Linux) starts and stops recording. Text is inserted contextually in the editor or terminal. - Prompt Templates — 8 built-in templates including 3 context-aware ones (Code Comment, Explain Code, Claude Code Prompt). Templates control how Claude post-processes the transcript.
- Template Auto-Reuse — Your last template is remembered automatically. Switch anytime with
Cmd+Alt+T. - Fully Configurable — Templates are defined in
settings.jsonand freely extensible. - Bring Your Own Key — Use your own OpenAI and Anthropic API keys. No subscription costs, full data control.
- Cross-Platform — Works on macOS, Linux, and Windows with platform-specific audio backends.
Quick Links
- Installation — Prerequisites and setup
- Quick Start — Start dictating in under a minute
- Templates — Built-in and custom templates
- Claude Code Integration — Voice-to-prompt workflow for Claude Code