description.html 922 B

1234567891011121314151617181920212223
  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. This plugin bundles the OpenCode backend executable for supported platforms and runs it locally. The binaries are
  12. stored under <code>src/main/resources/bin</code>
  13. inside the plugin and are used to provide the chat and analysis features.
  14. </p>
  15. <p>
  16. <img
  17. src="https://raw.githubusercontent.com/paviko/opencode-ide-plugin/ide-plugin/hosts/screenshot.png"
  18. alt="OpenCode IDE plugin screenshot"
  19. width="600"
  20. />
  21. </p>