Curious if anyone can comment on how Cursor compares to the current version of Github Copilot.<p>I've been using Cursor for many months now. The biggest feature it had that I wanted when I first used it was searching <i>your own</i> repository. It indexes all of your code in a vector DB so that it can then use RAG to make suggestions against your own codebase. That was the "killer feature" for me - I don't get a ton of value from inline code completions, but I get LOTS of value if I can ask "Is there a utility function in this repo that does XYZ?" when working in a large codebase with lots of developers.<p>Does anyone know if Copilot offers this know? I thought I had read a while ago that they added it, but a quick search just now brought up some relatively recent posts that said they still don't have it.
I’m sure this is great for some people. (Really, I’m sure it is.)<p>But whenever I’ve tried Copilot I can’t stand it for more than a minute. Because <i>sometimes</i> it’s magical. And when it is, it is!<p>But then <i>way more often</i> it’s like having someone looking over my shoulder, telling me what they think I want to do, disrupting my thoughts.
Teams like Cursor remind me of the importance of excellent execution.<p>To many, a product like this was almost obvious, esp after Github Copilot gave us a glimpse of what an AI powered coding experience could feel like. And there have been many attempts to do this right. But this team got the hundreds, if not thousands, of product / engineering micro decisions right, and seem to move quite fast.<p>Well deserved. Congrats, and all the best!
I stopped using Cursor months ago and dont think I will be coming back. For one, the software drains my laptop battery, I like the ability to reference files @filename but<p>claude.ai and aider has replaced the need for Cursor
For reference, here is a list of the current main code assistants:<p>GitHub Copilot<p>Cursor.sh<p>Cody<p>Codeium<p>Amazon Q (formerly CodeWhisperer)<p>Pieces (This team is from Cincinnati, deserving a special mention from a fellow Cincinnatian)<p>Tabnine<p>Supermaven<p>Zencoder (waitlist)<p>Replit's Ghostwriter (not sure if it can be used outside of Replit)<p>There are also tools that provide a UI for LLM models. While there are many, here are the main ones:<p>Continue.dev<p>Tabby<p>Aider<p>Double.bot<p>Additionally, there is "Project IDX" from Google, though I am unsure how to classify it.
Considering Zed introduced AI and it's so much faster than Cursor or VSCode, I think the competition will be much harder than they sold to the investors.<p>Cursor had the vector indexing going on but it doesn't work very well in my experience. Oftentimes it doesn't find stuff and I have to manually search anyway.
Cursor is still pretty good as an editor, I've been using it for a while and even the free plan is pretty good value. LLMs are still pretty bad at coding (Claude, GPT, it doesn't matter) so even cursor-small is almost always enough for the kind of task you would offload to a LLM.<p>Zed's approach of building the context manually with files and text and then asking for stuff is way more direct and less "magic". It works consistently.
i think cursor is the only player that forked vscode. i've been using cursor for a week and i really like it. it's able to auto complete/correct code in multiple places at the same time. other copilot extensions in vscode were not able to do this. but i assume microsoft will quickly add this feature in vscode and others will catch up soon. i don't know if it's a true advantage to stay as a fork of vscode.
excellent! I have been using Cursor for the last couple months after a year of using GitHub Co-Pilot.<p>it's not even a fair comparison. Cursor is just so much better, especially comparing it's chat quality to GitHub Co-Pilot chat.
I was about to try it, but it seems to try to not sell me just an extension vor my existing work environment but a full new code editor. I don't think it has all my needed features my current Intellij based editors (Android Studio, PHPStorm and PyCharm) have.<p>I wonder how many people are willing to give up their current IDE just for their code AI suggestions.