description.html 1.2 KB

12345678910111213141516171819202122232425262728293031
  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>Install only one variant of the plugin.</b>
  12. </p>
  13. <p>
  14. <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 - PATH or OPENCODE_BIN</b>.
  15. </p>
  16. <p>
  17. <b>OpenCode UX+ (unofficial)</b> plugin bundles the OpenCode backend executable for supported platforms and runs it locally. The binaries are
  18. stored under <code>src/main/resources/bin</code>
  19. inside the plugin and are used to provide the chat and analysis features.
  20. </p>
  21. <p>
  22. <img
  23. src="https://raw.githubusercontent.com/paviko/opencode-ide-plugin/ide-plugin/hosts/screenshot.png"
  24. alt="OpenCode IDE plugin screenshot"
  25. width="600"
  26. />
  27. </p>