| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ECA (Editor Code Assistant) Vscode is an AI-powered pair-programming client for VsCode. 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.
Check troubleshooting docs section.
Make sure that you have the eca-webview submodule cloned. To download it, you can run:
git submodule update --init --recursive
npm run dev:guiThis will start Vite dev server on http://localhost:5173, so any changes will be updated on the vscode live.
then start vscode on debug mode, open this project in vscode and hit F5 (Debug), this should open a new vscode extension with this plugin running.
WARN: To run the task from VsCode, need to install the esbuild Problem Matchers extension.
| Back | FazBrowse Home | New Git URL |