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.
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.