diff options
| author | Frank <[email protected]> | 2025-07-20 11:33:41 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-07-20 11:33:44 -0400 |
| commit | 0e1565449e4d89c0d7780436b2dd1d777e8447ba (patch) | |
| tree | bf6b54652ac8c3eb74b601bfb484343837221b4a /sdks/vscode/README.md | |
| parent | f9a47fe5a387bc36f74a3af30638deda3a591259 (diff) | |
| download | opencode-0e1565449e4d89c0d7780436b2dd1d777e8447ba.tar.gz opencode-0e1565449e4d89c0d7780436b2dd1d777e8447ba.zip | |
wip: vscode extension
Diffstat (limited to 'sdks/vscode/README.md')
| -rw-r--r-- | sdks/vscode/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sdks/vscode/README.md b/sdks/vscode/README.md new file mode 100644 index 000000000..0b6de59e7 --- /dev/null +++ b/sdks/vscode/README.md @@ -0,0 +1,17 @@ +# opencode VS Code Extension + +A VS Code extension that integrates [opencode](https://opencode.ai) directly into your development environment. + +## Prerequisites + +This extension requires [opencode](https://opencode.ai) to be installed on your system. Visit [opencode.ai](https://opencode.ai) for installation instructions. + +## Features + +- **Cmd+Escape**: Launch opencode in a split terminal view +- **Alt+Cmd+K**: Send selected code to opencode's prompt +- **Tab awareness**: opencode automatically detects which files you have open + +## Support + +This is an early release. If you encounter issues or have feedback, please create an issue at https://github.com/sst/opencode/issues. |
