Zed is incredibly snappy to open projects and search files but very basic functions like auto-complete (at least in Python and markdown) are still terrible, nowhere close to IntelliJ/Pycharm. Or maybe there is a very specific settings.json incantation that I am missing.
I’d like to know any IDE that rivals Pycharm for Python autocomplete quality. (I am genuinely curious, because I would prefer not to use Pycharm.) My understanding is that Jetbrains rolled their own LSP and no one else has yet matched it in quality.
Though I don’t understand what you mean by markdown autocomplete.
Jetbrains didn't even implement LSP, they are in this business of providing IDE experiences before LSP existed
I meant basic text suggestions. I often write markdown documents inside an IDE to leverage the ai-suggestions.
I quite like Zed autocomplete but you can bring your own model and not use theirs
This is what I meant about the settings. There must be some setting that I am missing.
"hot take": it's snappy to open (open project) but it's mostly due to severely lacking any serious fuctionality besides showing the file... :/
Pretty much! I have like 5 zed windows open to quickly see files. And a pycharm window to actually be productive.
That's why I still use two editors: IntelliJ for when doing "serious" work and Sublime when I need to edit random files or a huge JSON. I don't need anything in between.