summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-07-22 19:02:28 -0400
committerJay V <[email protected]>2025-07-22 19:02:30 -0400
commit1278353616924ad92eabb0258a0ae825afcba562 (patch)
tree95a3c8cc51b7ef349353442fe236dff72c7723eb
parent638ec7bc5023bbef5998403aec28c465fc3d67f3 (diff)
downloadopencode-1278353616924ad92eabb0258a0ae825afcba562.tar.gz
opencode-1278353616924ad92eabb0258a0ae825afcba562.zip
docs: edit ide
-rw-r--r--packages/web/src/content/docs/docs/ide.mdx14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/web/src/content/docs/docs/ide.mdx b/packages/web/src/content/docs/docs/ide.mdx
index e1c24a4ec..15df9769d 100644
--- a/packages/web/src/content/docs/docs/ide.mdx
+++ b/packages/web/src/content/docs/docs/ide.mdx
@@ -3,21 +3,21 @@ title: IDE
description: Using opencode with VS Code, Cursor, and other IDEs
---
-opencode integrates seamlessly 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.
---
-## Features
+## Usage
-- **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)
+- **Quick Launch**: Open opencode with `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux), or 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 (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
@@ -27,7 +27,7 @@ To install opencode on VS Code and popular forks (Cursor, Windsurf, VSCodium):
### Manual Install
-Search for `opencode` in the Extension Marketplace and click **Install**.
+Search for **opencode** in the Extension Marketplace and click **Install**.
---