top | item 46029192

(no title)

pfych | 3 months ago

Supermaven still is the smartest & best tab autocomplete I've ever used. And it's a shame there is ZERO competitors who come close to how "smart" it felt with it's suggestions. All other tab autocomplete AI's feel annoying and almost always get in my way.

I stopped using Supermaven a while back when their JetBrains plugins broke and the only fix was a manual edit to a java file every time the IDE updated :(

discuss

order

kevinlu1248|3 months ago

I'm building a supermaven competitor for jetbrains. We use the Jetbrains PSI (basically Jetbrain's version of the LSP) to pull definitions into context to make the autocomplete smarter. My colleague wrote a blog on this here: https://blog.sweep.dev/posts/autocomplete-context.