The Creators of the Atom Code Editor Open-Source Zed, Their New Rust-Based High-Performance Editor

LinearArray@programming.dev to Programming@programming.dev – 6 points –
The Creators of the Atom Code Editor Open-Source Zed, Their New Rust-Based High-Performance Editor
infoq.com
43

You are viewing a single comment

I've been trying out Helix as of late. It's a bit different than vim, but I'm beginning to like it.

Helix's autocomplete is too bad for me to be able to like it

what do you mean? Helix uses LSP servers, usually the same ones used by Vim and VS Code.

were you using it without the LSP's installed? If you were, then you would only get completion based of the treesitter grammars, which would be very limited.

no, the autocomplete trigger is rly bad and triggers when moving the cursor around instead of when you actually type It's a documented problem and they are working on fixing it

Ah I see. I usually only move the cursor when in command mode, so that might be why I haven't noticed it. That's unfortunately an issue I've noticed in a lot of editors. In fact, because Zed is so fast, the auto completion is super obnoxious atm and constantly flashes at you while you type.