diff options
| author | Frank <[email protected]> | 2025-07-22 17:13:53 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-07-22 17:13:58 -0400 |
| commit | ee0c8132db7ed3e0aa78192bc692ace13ed3edd3 (patch) | |
| tree | f2bd7a99a53b30ddcd3b71d907fa173a6f8aa046 /packages | |
| parent | c2208fa1f931cc48cd35a430d483c2dbe317d02a (diff) | |
| download | opencode-ee0c8132db7ed3e0aa78192bc692ace13ed3edd3.tar.gz opencode-ee0c8132db7ed3e0aa78192bc692ace13ed3edd3.zip | |
wip: vscode extension
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/web/src/content/docs/docs/ide.mdx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/docs/ide.mdx b/packages/web/src/content/docs/docs/ide.mdx index f6fd8ed75..e1c24a4ec 100644 --- a/packages/web/src/content/docs/docs/ide.mdx +++ b/packages/web/src/content/docs/docs/ide.mdx @@ -1,17 +1,17 @@ --- title: IDE -description: Using opencode in IDE +description: Using opencode with VS Code, Cursor, and other IDEs --- -opencode works seamlessly with VS Code, Cursor, or any IDE that supports a terminal. Just run `opencode` in the terminal to get started. +opencode integrates seamlessly with VS Code, Cursor, or any IDE that supports a terminal. Just run `opencode` in the terminal to get started. --- ## Features -- **Quick Launch**: Open opencode with `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux), or click the opencode button in the UI. +- **Quick Launch**: Open opencode instantly with `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux), or click the opencode button in the UI. - **Context Awareness**: Automatically shares your current selection or tab with opencode. -- **File reference shortcuts**: Use `Cmd+Option+K` (Mac) or `Alt+Ctrl+K` (Linux/Windows) to insert file references (ie., @File#L37-42) +- **File Reference Shortcuts**: Use `Cmd+Option+K` (Mac) or `Alt+Ctrl+K` (Linux/Windows) to insert file references (ie., @File#L37-42) --- @@ -33,7 +33,7 @@ Search for `opencode` in the Extension Marketplace and click **Install**. ### Troubleshooting -If the extension doesn't install: +If the extension fails to install automatically: - Ensure you’re running `opencode` in the integrated terminal. - Confirm the CLI for your IDE is installed: |
