| 1234567891011121314151617181920212223 |
- <h2>OpenCode UX+ (unofficial) JetBrains Plugin</h2>
- <p>Unofficial OpenCode JetBrains plugin.</p>
- <ul>
- <li>Drag and drop files to context (JetBrains: from Project Window; VS Code: from Explorer or editor tab)</li>
- <li>Add all opened files to context via command or shortcut</li>
- <li>Add current opened file to context via command or shortcut</li>
- <li>Add selected line ranges to context via command or shortcut</li>
- <li>Easier prompt editing in a dedicated text area</li>
- </ul>
- <p>
- This plugin bundles the OpenCode backend executable for supported platforms and runs it locally. The binaries are
- stored under <code>src/main/resources/bin</code>
- inside the plugin and are used to provide the chat and analysis features.
- </p>
- <p>
- <img
- src="https://raw.githubusercontent.com/paviko/opencode-ide-plugin/ide-plugin/hosts/screenshot.png"
- alt="OpenCode IDE plugin screenshot"
- width="600"
- />
- </p>
|