| 123456789101112131415161718192021222324 |
- <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>
- <b>OpenCode UX+ GUI only (unofficial)</b> plugin does not bundle the OpenCode backend executable and <b>requires it to be installed on the system</b>.
- <b>OpenCode UX+ (unofficial)</b> 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>
|