summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/ide.mdx
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-10-03 13:46:56 -0400
committerJay V <[email protected]>2025-10-03 13:46:56 -0400
commit6378e6c06f3296ec8fdea13271c092e9830401ea (patch)
treed6528e50dc69ad9fef94be3f0bf9d97b3f5c0d14 /packages/web/src/content/docs/ide.mdx
parent4159db4549efd9d598543a8030ed1fe80e56b3a9 (diff)
downloadopencode-6378e6c06f3296ec8fdea13271c092e9830401ea.tar.gz
opencode-6378e6c06f3296ec8fdea13271c092e9830401ea.zip
docs: rename opencode to OpenCode
Diffstat (limited to 'packages/web/src/content/docs/ide.mdx')
-rw-r--r--packages/web/src/content/docs/ide.mdx14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/web/src/content/docs/ide.mdx b/packages/web/src/content/docs/ide.mdx
index 47c030598..0f708d9e7 100644
--- a/packages/web/src/content/docs/ide.mdx
+++ b/packages/web/src/content/docs/ide.mdx
@@ -1,24 +1,24 @@
---
title: IDE
-description: The opencode extension for VS Code, Cursor, and other IDEs
+description: The OpenCode extension for VS Code, Cursor, and other IDEs
---
-opencode integrates with VS Code, Cursor, or any IDE that supports a terminal. Just run `opencode` in the terminal to get started.
+OpenCode integrates with VS Code, Cursor, or any IDE that supports a terminal. Just run `opencode` in the terminal to get started.
---
## Usage
-- **Quick Launch**: Use `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux) to open opencode in a split terminal view, or focus an existing terminal session if one is already running.
-- **New Session**: Use `Cmd+Shift+Esc` (Mac) or `Ctrl+Shift+Esc` (Windows/Linux) to start a new opencode terminal session, even if one is already open. You can also click the opencode button in the UI.
-- **Context Awareness**: Automatically share your current selection or tab with opencode.
+- **Quick Launch**: Use `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux) to open OpenCode in a split terminal view, or focus an existing terminal session if one is already running.
+- **New Session**: Use `Cmd+Shift+Esc` (Mac) or `Ctrl+Shift+Esc` (Windows/Linux) to start a new OpenCode terminal session, even if one is already open. You can also click the OpenCode button in the UI.
+- **Context Awareness**: Automatically share 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. For example, `@File#L37-42`.
---
## Installation
-To install opencode on VS Code and popular forks like Cursor, Windsurf, VSCodium:
+To install OpenCode on VS Code and popular forks like Cursor, Windsurf, VSCodium:
1. Open VS Code
2. Open the integrated terminal
@@ -30,7 +30,7 @@ If on the other hand you want to use your own IDE when you run `/editor` or `/ex
### Manual Install
-Search for **opencode** in the Extension Marketplace and click **Install**.
+Search for **OpenCode** in the Extension Marketplace and click **Install**.
---