Live data from Hacker News

Ask HN: GitHub Copilot Alternatives

news.ycombinator.com

11–20 of 31 posts

Re: Ask HN: GitHub Copilot Alternatives

#13
I have been using Zed for the last several months, and their new Zed AI addition is quite good, which I think is only available with their Preview (i.e. beta channel) release this far. It also comes with free in-app access to Claude 3.5 Sonnet (at least for now).

Re: Ask HN: GitHub Copilot Alternatives

#14
If you're just looking for something that's similar in the auto-complete category, I'd suggest adding the Continue plugin/extension (https://docs.continue.dev/quickstart#jetbrains) and pointing it at Claude 3.5.

If you haven't tried it yet I'd also suggest trying https://aider.chat/. It's outside of the IDE but I find it's the right level of 'agent' for where we currently are with models. Even if you use it for nothing else it's nice to be able to run the `/test` command and have it use the test output to fix errors.

Re: Ask HN: GitHub Copilot Alternatives

#15
I'm working on a CLI tool which helps to generate and modify a codebase: https://github.com/gtanczyk/genaicode/

It is still a WIP, and pending a major overhaul (both implementation and the UX), but it works already, and helps me realise my ideas (games):

- https://www.gamedev.pl/games/monster-steps/ - source: https://github.com/gamedevpl/www.gamedev.pl/tree/master/game... (the idea and majority of code is AI generated)

- https://www.gamedev.pl/games/nukes/ - source: https://github.com/gamedevpl/www.gamedev.pl/tree/gh-pages/ga... (my idea for game, a lot of code is generated)

also the tool is developed using the tool itself

the difference compared to main-stream tools is that I can adjust it to my needs as much as I want.

Re: Ask HN: GitHub Copilot Alternatives

#16
post #7

Here's a version that keeps closer to the original text while fixing the main typos: Very happy with https://supermaven.com . Switched to it from Copilot, and it's faster and has a much better understanding of what I'm trying to do. I think it uses a git diff + some other stuff that it feeds into the context window that makes it so that when I'm working on a new feature, when i’m creating say the 3rd it understands w…

Supermaven didn't work for me at all. Tried contacting support - no reply. On the other hand, TabNine serves me well for several years now.
Post reply on HN