TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: GitHub Copilot Alternatives

25 pointsby accidbuddy9 months ago
I&#x27;m currently using GitHub Copilot, but I often see problems interpreting commands and limitations in responses when compared to more advanced models (Claude&#x2F;ChatGTP 4).<p>I&#x27;ve searched a few times, but I&#x27;ve never found any references to the implemented version (model).<p>So, I ask: what development tools are you using? Copilot, or are there better alternatives?<p>I use it in conjunction with IntellIJ.

20 comments

kenmacd9 months ago
If you&#x27;re just looking for something that&#x27;s similar in the auto-complete category, I&#x27;d suggest adding the Continue plugin&#x2F;extension (<a href="https:&#x2F;&#x2F;docs.continue.dev&#x2F;quickstart#jetbrains">https:&#x2F;&#x2F;docs.continue.dev&#x2F;quickstart#jetbrains</a>) and pointing it at Claude 3.5.<p>If you haven&#x27;t tried it yet I&#x27;d also suggest trying <a href="https:&#x2F;&#x2F;aider.chat&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aider.chat&#x2F;</a>. It&#x27;s outside of the IDE but I find it&#x27;s the right level of &#x27;agent&#x27; for where we currently are with models. Even if you use it for nothing else it&#x27;s nice to be able to run the `&#x2F;test` command and have it use the test output to fix errors.
评论 #41399784 未加载
hyldmo9 months ago
Here&#x27;s a version that keeps closer to the original text while fixing the main typos:<p>Very happy with <a href="https:&#x2F;&#x2F;supermaven.com" rel="nofollow">https:&#x2F;&#x2F;supermaven.com</a>. Switched to it from Copilot, and it&#x27;s faster and has a much better understanding of what I&#x27;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&#x27;m working on a new feature, when i’m creating say the 3rd it understands what I&#x27;m going to write even if the file is empty.
评论 #41400588 未加载
评论 #41393981 未加载
fullstackwife9 months ago
I&#x27;m working on a CLI tool which helps to generate and modify a codebase: <a href="https:&#x2F;&#x2F;github.com&#x2F;gtanczyk&#x2F;genaicode&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;gtanczyk&#x2F;genaicode&#x2F;</a><p>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):<p>- <a href="https:&#x2F;&#x2F;www.gamedev.pl&#x2F;games&#x2F;monster-steps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gamedev.pl&#x2F;games&#x2F;monster-steps&#x2F;</a> - source: <a href="https:&#x2F;&#x2F;github.com&#x2F;gamedevpl&#x2F;www.gamedev.pl&#x2F;tree&#x2F;master&#x2F;games&#x2F;monster-steps">https:&#x2F;&#x2F;github.com&#x2F;gamedevpl&#x2F;www.gamedev.pl&#x2F;tree&#x2F;master&#x2F;game...</a> (the idea and majority of code is AI generated)<p>- <a href="https:&#x2F;&#x2F;www.gamedev.pl&#x2F;games&#x2F;nukes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gamedev.pl&#x2F;games&#x2F;nukes&#x2F;</a> - source: <a href="https:&#x2F;&#x2F;github.com&#x2F;gamedevpl&#x2F;www.gamedev.pl&#x2F;tree&#x2F;gh-pages&#x2F;games&#x2F;nukes">https:&#x2F;&#x2F;github.com&#x2F;gamedevpl&#x2F;www.gamedev.pl&#x2F;tree&#x2F;gh-pages&#x2F;ga...</a> (my idea for game, a lot of code is generated)<p>also the tool is developed using the tool itself<p>the difference compared to main-stream tools is that I can adjust it to my needs as much as I want.
stadeschuldt9 months ago
I&#x27;ve had a great experience using the IntelliJ plugin called CodeGPT (<a href="https:&#x2F;&#x2F;plugins.jetbrains.com&#x2F;plugin&#x2F;21056-codegpt" rel="nofollow">https:&#x2F;&#x2F;plugins.jetbrains.com&#x2F;plugin&#x2F;21056-codegpt</a>). What I really like about it is that it allows you to bring your own API key for various providers like Anthropic and OpenAI.<p>Additionally, CodeGPT supports local LLMs, which can be useful if you&#x27;re concerned about data privacy or want to work offline.
评论 #41390370 未加载
thelostdragon9 months ago
I use Tabnine - <a href="https:&#x2F;&#x2F;www.tabnine.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tabnine.com&#x2F;</a>
aiagents_dir9 months ago
i created directory for such ai agents and i have a category for coding: - CursorAI - Continue<p>there are many others pen source and close source <a href="https:&#x2F;&#x2F;aiagentsdirectory.com&#x2F;category&#x2F;coding" rel="nofollow">https:&#x2F;&#x2F;aiagentsdirectory.com&#x2F;category&#x2F;coding</a>
brendanashworth9 months ago
Cursor [1] has excellent codebase RAG, and great recall of third party documentation.<p>Use &quot;instruction @web @Flask&quot; to search the internet and Flask docs before answering, for example.<p>[1] <a href="https:&#x2F;&#x2F;www.cursor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cursor.com&#x2F;</a>
PeterHuber9 months ago
I think Cursor is very useful, fully compatible with vscode, basically do not use their own code, write their own instructions, Cursor is fully executed, no matter how many times to modify, it will not complain. You can try it. I think you&#x27;ll love it. Cursor: <a href="https:&#x2F;&#x2F;www.cursor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cursor.com&#x2F;</a>
achempion9 months ago
Any alternative is good as long as you don&#x27;t care about the code. If you care, a generic autocomplete is enough.
FlyingAvatar9 months ago
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).
judini9 months ago
CodeGPT is one of the most versatile, offering nearly the same features as Copilot. It also provides portable AI agents with context awareness and can be used in VSCODE, IntelliJ, and Cursor.
ado__dev9 months ago
Sourcegraph Cody (<a href="https:&#x2F;&#x2F;sourcegraph.com&#x2F;cody" rel="nofollow">https:&#x2F;&#x2F;sourcegraph.com&#x2F;cody</a>)
ZunarJ59 months ago
FOSS, self hosted: <a href="https:&#x2F;&#x2F;tabby.tabbyml.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tabby.tabbyml.com&#x2F;</a>
avghaloplayer9 months ago
At this point there are so many good alternatives to Codepilot!
FergusArgyll9 months ago
I&#x27;ve been using codeium and happy with it, mostly cause it&#x27;s free...
ramon1569 months ago
I&#x27;d like something with the addition of vim-supported. I just want to have a shortcut to see a suggestion
idbnstra9 months ago
I&#x27;ve been using codeium in vscode
fallinditch9 months ago
I&#x27;m hearing some good things about Cursor, it&#x27;s a fork of VS Code with AI built in, subscription based.<p>Some VSCode extensions from a quick search:<p>Tabnine<p>Amazon Q<p>Continue<p>Codeium<p>Blackbox<p>CodeGPT<p>Gemini Code Assist<p>Cody<p>Double
评论 #41396486 未加载
评论 #41396070 未加载
chuckQ9 months ago
Cursor is good, but it can&#x27;t use with IntellIJ
RamblingCTO9 months ago
vscode has continue. I heard that it also has an intellij plugin which sucks.