←back to thread

310 points skarat | 1 comments | | HN request time: 0.199s | source

Things are changing so fast with these vscode forks I m barely able to keep up. Which one are you guys using currently? How does the autocomplete etc, compare between the two?
Show context
joelthelion ◴[] No.43959984[source]
Aider! Use the editor of your choice and leave your coding assistant separate. Plus, it's open source and will stay like this, so no risk to see it suddenly become expensive or dissappear.
replies(4): >>43960110 #>>43960122 #>>43960453 #>>43961416 #
jbellis ◴[] No.43961416[source]
I love Aider, but I got frustrated with its limitations and ended up creating Brokk to solve them: https://brokk.ai/

Compared to Aider, Brokk

- Has a GUI (I know, tough sell for Aider users but it really does help when managing complex projects)

- Builds on a real static analysis engine so its equivalent to the repomap doesn't get hopelessly confused in large codebases

- Has extremely useful git integration (view git log, right click to capture context into the workspace)

- Is also OSS and supports BYOK

I'd love to hear what you think!

replies(1): >>43970317 #
evnix ◴[] No.43970317[source]
Apart from the GUI, What does it improve on when compared to aider.
replies(1): >>44000287 #
1. jbellis ◴[] No.44000287[source]
Short answer: static analysis

Long answer: https://brokk.ai/blog/lean-context-lightning-development