Skip to content

Commit 1278353

Browse files
committed
docs: edit ide
1 parent 638ec7b commit 1278353

File tree

1 file changed

+7
-7
lines changed
  • packages/web/src/content/docs/docs

1 file changed

+7
-7
lines changed

packages/web/src/content/docs/docs/ide.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ title: IDE
33
description: Using opencode with VS Code, Cursor, and other IDEs
44
---
55

6-
opencode integrates seamlessly with VS Code, Cursor, or any IDE that supports a terminal. Just run `opencode` in the terminal to get started.
6+
opencode integrates with VS Code, Cursor, or any IDE that supports a terminal. Just run `opencode` in the terminal to get started.
77

88
---
99

10-
## Features
10+
## Usage
1111

12-
- **Quick Launch**: Open opencode instantly with `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux), or click the opencode button in the UI.
13-
- **Context Awareness**: Automatically shares your current selection or tab with opencode.
14-
- **File Reference Shortcuts**: Use `Cmd+Option+K` (Mac) or `Alt+Ctrl+K` (Linux/Windows) to insert file references (ie., @File#L37-42)
12+
- **Quick Launch**: Open opencode with `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux), or click the opencode button in the UI.
13+
- **Context Awareness**: Automatically share your current selection or tab with opencode.
14+
- **File Reference Shortcuts**: Use `Cmd+Option+K` (Mac) or `Alt+Ctrl+K` (Linux/Windows) to insert file references. For example, `@File#L37-42`.
1515

1616
---
1717

1818
## Installation
1919

20-
To install opencode on VS Code and popular forks (Cursor, Windsurf, VSCodium):
20+
To install opencode on VS Code and popular forks like Cursor, Windsurf, VSCodium:
2121

2222
1. Open VS Code
2323
2. Open the integrated terminal
@@ -27,7 +27,7 @@ To install opencode on VS Code and popular forks (Cursor, Windsurf, VSCodium):
2727

2828
### Manual Install
2929

30-
Search for `opencode` in the Extension Marketplace and click **Install**.
30+
Search for **opencode** in the Extension Marketplace and click **Install**.
3131

3232
---
3333

0 commit comments

Comments
 (0)