Best non-MonoDevelop editor for Linux?

I can’t use MonoDevelop. It’s just so obnoxious. I’m tired of using it. What’s the best editor for Linux that isn’t MonoDevelop?

Try Visual Studio Code.

I was looking for one too a while back, but I couldn’t find anything that had the features I wanted from Monodevelop like autocomplete (across several scripts) and refactoring.

With that said, I like all of these for editting other code:

Komodo Edit
Visual Studio Code (aka VSCode)
Qt Creator

I use Sublime Text with the OmniSharp plugin. Auto-complete works great (after doing File > Open Folder and opening your project), and it has plenty of useful features, but I do miss some debug functionality. I really like that it doesn’t waste screen space with unnecessary stuff.

I’m using vim with Omnisharp Autocompletion.