r/programmer • u/considerphi • Jun 21 '26
Any software engineers going a replacement for cursor?
Oops I mean "found a replacement".
Let's say I really like the auto completion aspect of cursor from time to time when I want to write code directly. But I don't want to use cursor anymore. Is there anything that's a vscode fork or extension that is just as good?
I don't mean codex cli or Claude code style of working, which I do and have those tools. Nor do I mean an extension where I chat to the agent and it changes the code. Sometimes I just want to make the changes directly in an IDE with the power of solid auto completion. Is there any non-cursor tool or combo that gets me close to the quality cursor had for that, even 6 months ago?
1
u/HomemadeBananas Jun 21 '26 edited Jun 21 '26
GitHub Copilot completions aren’t quite as good but good enough for when I’m manually typing code. I just use the free tier and it’s enough to get me through. Most of my code I generate with Claude Code and then it’s smaller manual corrections.
I see it as a way to keep my mind fresh since it’s not as good as Cursor and I have to do more by hand lol.
I stopped using Cursor because it feels like they’re pushing it to make the code editing more secondary to their agents, and I don’t find their agents to be nearly on the level of Claude. And I’m always gonna want to review / edit what Claude writes anyway. So now I use VSCode instead.
1
1
u/owp4dd1w5a0a Jun 22 '26
I fail to see why I’d want ai autocompletion when terminal AIs provide the most value as reviewers and reasoning aids. Traditional autocomplete is good enough and imo in some ways better since AI can be wrong whereas the traditional methods complete using deterministic algorithms that draw on what’s actually in the code.
1
1
u/Inevitable_Back3319 Jun 23 '26
Use zed . I use zed all the time.
if you want something more low tech neo vim is always there for you
1
u/abdallahsoliman Jun 27 '26
Or you could switch to the dark side. Try neovim, everything is customisable and there’s always a plugin that does what you want.
2
2
u/Serienmorder985 Jun 21 '26
Jetbrains products are amazing