OPEN_SOURCE ↗
REDDIT · REDDIT// 4h agoOPENSOURCE RELEASE
OpenCode Adds Native VS Code Sidebar
OpenCode for VS Code is a VS Code extension that embeds the OpenCode UI directly in the editor sidebar, so you can run sessions without switching to a terminal or browser. It auto-uses the open workspace folder, can start a local `opencode serve` instance on localhost:4096 if needed, and keeps the session alive as you move between files in the same project. The extension also exposes commands for starting a new session, refreshing, restarting the server, and opening settings.
// ANALYSIS
The appeal here is pragmatic: it removes the friction of context-switching while preserving the OpenCode experience inside the editor.
- –Strong fit for developers who already use OpenCode and want it closer to their coding loop.
- –The auto-start server behavior lowers setup friction, especially for first-time users.
- –Keeping state across file switches makes the sidebar feel like part of the workspace, not a detached chat window.
- –Open source plus VS Code-native integration gives it a clearer adoption path than a separate desktop app for some users.
- –The main question is how robust the webview/server sync is under real-world project churn and multiple workspaces.
// TAGS
vscodeextensionopencodesidebarwebviewai-codingdevtoolopen-source
DISCOVERED
4h ago
2026-04-16
PUBLISHED
1d ago
2026-04-15
RELEVANCE
8/ 10
AUTHOR
Double-Book-8873