https://github.com/caseymcc/aider-code
vscode extension for aider
https://github.com/caseymcc/aider-code
Last synced: 9 months ago
JSON representation
vscode extension for aider
- Host: GitHub
- URL: https://github.com/caseymcc/aider-code
- Owner: caseymcc
- License: mit
- Created: 2024-10-26T22:15:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T16:03:52.000Z (over 1 year ago)
- Last Synced: 2025-03-15T08:45:34.904Z (over 1 year ago)
- Language: TypeScript
- Size: 526 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# aider-code
This is a VSCode extension for the [aider AI pair programmer](https://github.com/Aider-AI/aider).

## Features
- [X] VSCode chat box
- [x] auto complete (from aider)
- [x] prompt message boxes
- [ ] Add icon in `Explorer` for loaded files
- [ ] Add context menu in `Problems` to have aider fix the issue
## Requirements
You will need to setup aider manually as the extension currently requires a mod to the aider source in order to work, you will need to fetch the version from [here](https://github.com/caseymcc/aider/tree/command_io), hopefully we can get the mods in the aider repo in the future.
## Extension Settings
None at the moment
## Known Issues
## For more information
* [aider github](https://github.com/Aider-AI/aider)