|
|
@@ -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**.
|
|
|
|
|
|
---
|
|
|
|