firloop parent
You can install the Claude Code VS Code extension in Cursor and you get a similar AI side pane as the main Cursor composer.
That’s just Claude Code then. Why use cursor?
People like the tab completion model in Cursor.
And they killed Supermaven.
I've actually been working on porting the tab completion from Cursor to Zed, and eventually IntelliJ, for fun
It shows exactly why their tab completion is so much better than everyone else's though: it's practically a state machine that's getting updated with diffs on every change and every file you're working with.
(also a bit of a privacy nightmare if you care about that though)