Aider Composer is a VSCode extension that allows you to integrate Aider into your development workflow. this extension is highly inspired by cursor and cline.
It is very recommended to read Requirements and Extension Settings for startup config, otherwise the extension may not work correctly.
ask
diff
diff-fenced
udiff
whole
, and you can easily switch between them.http.proxy
to configure and don't support authentication.because of some limitation or other issues, this extension may not implement all features in Aider, some are listed here:
This extension use python package aider-chat
and flask
to provide background service, so you should install them first.
aider-chat
and flask
package, use command pip install aider-chat flask
This extension contributes the following settings:
aider-composer.pythonPath
: Directory that includes the Python executable (not the Python executable path) and the aider.chat
, flask
package is installed. this is required before you can use this extension. if you not set this, extension will not be activated.Enjoy!