opencode
opencode copied to clipboard
VS Code Integration for Reviewing OpenCode Code Changes (Diff Preview)
Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Currently, when modifying files that contain hundreds of lines of code, previewing changes in the TUI is very painful for me. I have to scroll back and forth in a very small window just to review the code modifications.
When using Claude Code, I can connect it to an external IDE (e.g. VS Code). After the agent generates code changes, I can preview/review the diffs in VS Code, and then go back to the TUI to decide whether to accept the changes or provide further feedback.
I hope OpenCode can support a similar workflow as well.