@@ -3,21 +3,21 @@ title: IDE
33description : 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
22221 . Open VS Code
23232 . 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