description.html 1.1 KB

123456789101112131415161718192021222324
  1. <h2>OpenCode UX+ (unofficial) JetBrains Plugin</h2>
  2. <p>Unofficial OpenCode JetBrains plugin.</p>
  3. <ul>
  4. <li>Drag and drop files to context (JetBrains: from Project Window; VS Code: from Explorer or editor tab)</li>
  5. <li>Add all opened files to context via command or shortcut</li>
  6. <li>Add current opened file to context via command or shortcut</li>
  7. <li>Add selected line ranges to context via command or shortcut</li>
  8. <li>Easier prompt editing in a dedicated text area</li>
  9. </ul>
  10. <p>
  11. <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>.
  12. <b>OpenCode UX+ (unofficial)</b> plugin bundles the OpenCode backend executable for supported platforms and runs it locally. The binaries are
  13. stored under <code>src/main/resources/bin</code>
  14. inside the plugin and are used to provide the chat and analysis features.
  15. </p>
  16. <p>
  17. <img
  18. src="https://raw.githubusercontent.com/paviko/opencode-ide-plugin/ide-plugin/hosts/screenshot.png"
  19. alt="OpenCode IDE plugin screenshot"
  20. width="600"
  21. />
  22. </p>