Top
Best
New

Posted by salkahfi 19 hours ago

Zed 1.0(zed.dev)
1801 points | 581 commentspage 5
ivolimmen 4 hours ago|
I just upgraded to the latest to try it out. It's like Visual Studio Code and I like that. But both are VERY LLM focused and I am not using that at all. If it bothers me with LLM stuf I will switch to https://gram.liten.app/
deferredgrant 15 hours ago||
Zed's strongest argument has always been that editor performance still matters. It is easy to forget how much a fast, quiet tool changes the feel of a full workday.
megalomanu 16 hours ago||
Congrats to the team! Fantastic editor, it really brought me joy after years of VSCode/Cursor. I love how it's crafted, you can feel the soul behind each decision.

What I love:

- the speed, of course

- the high consistency between features, tabs, and panes, while Cursor looks like a crumbly assemblage of plugins. At first I was worried about the lack of plugins, but Zed made me realize you don't need many

- the visual elegance: the padding, the proportions... It reminds me of the best of JetBrains (though I haven't used their products in years). It feels closer to the IDEs I used in the past (for Java or C#), in the sense that it seems to encompass everything you need, without the heaviness.

- the numerous keyboard shortcuts, often displayed visibly, which makes them easier to remember

- the transparency of their roadmap and their velocity: now that we finally have the vertical git diff as promised, my doubts are gone!

Truly one of my favorite pieces of dev software in 15 years.

chamomeal 6 hours ago||
Just wanted to mention they added amp jump to helix mode in preview 1.1.2!! Aka "gw" in helix. And it's AMAZING!!! Seems silly but this was the only thing keeping me from fully switching. It's such a snappy editor, and the helix mode is surprisingly faithful. Expand/shrink selection, multiple cursors from searching in a selection, amp jump... it's just amazing.

Helix lovers who are dying waiting for helix plugins, please try this out

Torlan 18 hours ago||
I’ve tried it multiple times, but the performance issues on different Macs are too significant to ignore. I appreciate responsive UI, but I also prioritize sufficient battery life.
iknowstuff 17 hours ago||
Interesting because it tripled my mac’s battery life vs cursor
xpe 11 hours ago||
Which Macs, hardware, OS's? What's your baseline comparison?
Torlan 3 hours ago||
Air M2, MBP 16 2019 on Intel. Created bug report where I can’t even use it on Intel sometimes because of 100% GPU usage. On M2 it’s not so bad, but still see 50% GPU usage where other editors with also smooth scrolling are much less GPU hungry, even PyCharm. Just search “CPU” or “GPU” in their issues on GH, there are a lot of them.
piskov 9 hours ago||
Could anyone tell me what’s the point of this when you have neovim?

This will never be an IDE like Jetbrains Rider if you use a language like C# where those guys excel at: sheer volume of refactorings, static and dynamic analysis, cpu and memory analysis, what have you.

And for a scratchpad: is this really better than neovim?

jlledo 7 hours ago||
Agreed on the language IDE points.

As for scratchpad: I’ve actually been going back and forth between Zed and neovim. Imo Zed is a good graphical editor with sane defaults and preconfigured tools (and excellent vim emulation). It will never beat neovim's configurability but it’s a smooth experience ootb.

Nowadays I just use both but default to Zed because it can be used both for Windows (for work, don’t @ me) and WSL. Neovim for quick file edits outside my main workspace, editing change descriptions, etc. - $EDITOR stuff.

I could probably get away with plain vim as $EDITOR, but throwing away a perfectly valid neovim config seems silly.

metaltyphoon 6 hours ago||
Wait… Neovim also works on windows no?
bigstrat2003 3 hours ago||
Well, if one isn't a vim fan, then neovim isn't going to be a good option.
tjek 4 hours ago||
Congrats! I have been using Zed for many years now, arguably the best piece of software I have ever used, and the main reason I switched to macOS.

The editor is so good it has been defining how I work - at first I would quickly copy relevant files into multiple AI chat apps using Text Threads (was quite annoyed when it was replaced by the Agent Panel which at the time made it very awkward to add relevant context and copy text), and now I really can't imagine living without the new Threads Sidebar.

It's not perfect, but whenever something is broken then I know it's just a matter of time before it gets fixed or improved.

Frannky 3 hours ago||
I love zed. What CLI agent and model do you use with it? I am looking for something on par with CC+Opus4.6, possibly subscription-based
haspok 14 hours ago|
My biggest gripe with Zed right now (it seems they had changed the default force-formatting of source code) is that it is non-extensible.

I just wanted a custom action when I right click on a file (or multiple files) in the file tree - uh-oh, sorry, you can't have that.

Basically all text editors should be extensible. Emacs and vim, Notepad++ or Sublime - this is one of their core features. Do I need to explain this to the HN crowd?

GPU acceleration is nice, and in general, the whole basic editing experience is quite nice. But lack of extensibility is just a punch below the belt.

Maybe Zed 2.0 will be worth another look.

simonask 12 hours ago||
Not gonna lie, I kinda hate this attitude.

There’s tons of extensions for Zed, but you’re asking for particular extension hooks that don’t exist yet.

I expect the reason they don’t is that Zed sandboxes extensions quite aggressively (they’re essentially WASM running under wasmtime), which is fantastic for both security and performance, and it means they don’t break when the app updates, but it also means that a bit more care needs to be put into designing extension points.

I’m sure it’ll come.

eviks 8 hours ago||
> There’s tons of extensions for Zed

There can't be without those "particular" hooks. Editors with them have tons, Zed is limited to kilos

flippy_flops 5 hours ago||
fwiw i agree - i mean, i just want to add a button. it's a bit shocking that's literally not possible
More comments...