Browse Source

docs: Add editor setup tip (#2638)

Adam Hosker 5 months ago
parent
commit
36bec9948c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/web/src/content/docs/ide.mdx

+ 4 - 0
packages/web/src/content/docs/ide.mdx

@@ -24,6 +24,10 @@ To install opencode on VS Code and popular forks like Cursor, Windsurf, VSCodium
 2. Open the integrated terminal
 3. Run `opencode` - the extension installs automatically
 
+:::tip
+Run Set `export EDITOR="code --wait"` in your terminal to enable `/export` and similar commands. For other editors, check [Editor Setup](https://opencode.ai/docs/tui/#editor-setup).
+:::
+
 ---
 
 ### Manual Install