mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 03:34:22 +01:00
wip: vscode extension
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
---
|
||||
title: IDE
|
||||
description: Using opencode in IDE
|
||||
description: Using opencode with VS Code, Cursor, and other IDEs
|
||||
---
|
||||
|
||||
opencode works seamlessly with VS Code, Cursor, or any IDE that supports a terminal. Just run `opencode` in the terminal to get started.
|
||||
opencode integrates seamlessly with VS Code, Cursor, or any IDE that supports a terminal. Just run `opencode` in the terminal to get started.
|
||||
|
||||
---
|
||||
|
||||
## Features
|
||||
|
||||
- **Quick Launch**: Open opencode with `Cmd+Esc` (Mac) or `Ctrl+Esc` (Windows/Linux), or click the opencode button in the UI.
|
||||
- **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)
|
||||
- **File Reference Shortcuts**: Use `Cmd+Option+K` (Mac) or `Alt+Ctrl+K` (Linux/Windows) to insert file references (ie., @File#L37-42)
|
||||
|
||||
---
|
||||
|
||||
@@ -33,7 +33,7 @@ Search for `opencode` in the Extension Marketplace and click **Install**.
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
If the extension doesn't install:
|
||||
If the extension fails to install automatically:
|
||||
|
||||
- Ensure you’re running `opencode` in the integrated terminal.
|
||||
- Confirm the CLI for your IDE is installed:
|
||||
|
||||
Reference in New Issue
Block a user