Free OpenSource Intellij plugin with support for AI pair programming via ECA
ECA (Editor Code Assistant) IntelliJ is an AI-powered pair-programming client for IntelliJ.
It connects to an external eca
server process to provide interactive chat, code suggestions, context management and more.
For more details about ECA, features and configuration, check ECA server.
This extension will auto download eca
and manage the process.
Go to Preferences > Tools > ECA.
Check troubleshooting docs section.
To start the eca-webview:
bb dev-webview
This will start Vite dev server on http://localhost:5173
, so any changes will be updated on the IntelliJ live.
bb install-plugin <pathToYourIntellij>
to install the plugin locally.
or
bb build-plugin
to manually install via intellij the .zip.