| Hey everyone, I built a VS Code extension that brings OpenCode directly into your sidebar as a native panel, that uses the UI elements exactly as they are from the OpenCode Desktop app. No terminal needed, no browser tab. It just lives in your activity bar and works easily. What it does:
How it works: The extension connects to OpenCode's server API. By default it tries to start opencode serve on localhost:4096 if nothing is running. You can also point it at an existing server. The entire OpenCode UI runs inside the sidebar, so you get the full chat experience without leaving VS Code. Requirements: * VS Code 1.96.0 or newer * OpenCode CLI installed and available in your PATH (or set a custom path in settings) Install: It's open source too!: https://github.com/rodrigomart123/opencode-for-vscode Happy to hear feedback or feature ideas, I'm very open for whatever issues you guys have and I will do my best to fix it immediately. This is also my first time posting a VS Code extension so please bear with me :) [link] [comments] |
Built a Visual Studio Code extension to use OpenCode as a GUI sidebar instead of the terminal
Reddit r/LocalLLaMA / 4/16/2026
💬 OpinionDeveloper Stack & InfrastructureSignals & Early TrendsTools & Practical Usage
Key Points
- A developer released an open-source VS Code extension that embeds OpenCode directly into the editor’s sidebar using a native webview panel, eliminating the need for a terminal or browser tab.
- The extension starts an OpenCode server automatically on localhost:4096 by default, or can connect to a user-specified existing server, and it can auto-start when the sidebar is opened.
- It launches OpenCode sessions tied to the currently active VS Code workspace folder and keeps the session alive when switching files within the same project.
- The extension includes commands for creating a new session, refreshing, restarting the local server, and configuring settings, and it requires VS Code 1.96.0+ plus the OpenCode CLI (optionally via a custom PATH setting).
Related Articles

Black Hat USA
AI Business

Black Hat Asia
AI Business
Are gamers being used as free labeling labor? The rise of "Simulators" that look like AI training grounds [D]
Reddit r/MachineLearning

I built a trading intelligence MCP server in 2 days — here's how
Dev.to

Voice-Controlled AI Agent Using Whisper and Local LLM
Dev.to