logoalt Hacker News

dcreyesterday at 9:10 PM1 replyview on HN

People like the tab completion model in Cursor.


Replies

BoorishBearsyesterday at 10:05 PM

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)