Live data from Hacker News

Claude Code: Now in Beta in Zed

zed.dev

161–170 of 431 posts

Re: Claude Code: Now in Beta in Zed

#162

I love Zed and I'm glad you now have native support for Claude. I previously ran it using the instructions in this post: https://benswift.me/blog/2025/07/23/running-claude-code-with... One thing that still suffers is AI autocomplete. While I tried Zed's own solution and supermaven (now part of Cursor), I still find Cursor's AI autocomplete and predictions much more accurate (even pulling up a file via search is more…

What Zed lacks in code generation quality it makes up for in not-being-an-Electron-app

Re: Claude Code: Now in Beta in Zed

#163
post #87

Zed lacks an ecosystem for plugins, which is a huge drawback for me. The native debugging UX is cool, but I can get this w/ my VSCode plugins.

This seems obviously untrue. https://zed.dev/extensions

VSCode has 60k+ extensions vs Zed's 744. I'm pretty sure there's a clear winner here.

Re: Claude Code: Now in Beta in Zed

#164
post #32

Earlier quoted context omitted.

It uses a fraction of the memory of VS Code and is much faster to launch.

Do people really need that with modern computers? My computer is 10 years old and I just restarted VS in the last project I was working on. It was about 4-5 seconds before I could edit the text, which doesn't seem long. And I have 17GB available memory. Anyway it doesn't matter because I just don't restart VSCode that much. I do open projects in new windows and those can get slow, but the slow ones are mostly just ru…

I agree with you.

I tried Zed several times and I just don't see the point.

The main issues with VScode over something like the Jetbrains IDEs is that language servers are just not as powerful or as integrated to the IDE as the Jetbrains solution can be and Zed does nothing to solve it.

I don't think it being a native app offers much added value.

Re: Claude Code: Now in Beta in Zed

#165

I want to try Zed but the Helix mode seems quite young. Vim mode sounds good, but i just can't move away from Helix mode. (oh and of course, my own modifications to Helix's input config) My difficulty in finding editors that fit my desired input scheme kinda reminds me of the old pre-LSP days. Where you'd chose an editor based on it's language features. I wonder if we need some sort of common editor interface to allo…

If you are already familiar with Vim bindings is Helix's object then action really worth that much?

Re: Claude Code: Now in Beta in Zed

#166
post #10

Zed is so great, I do wish they would focus just a little bit more on bringing the UI just a bit more up to parity with VS Code, I would switch full time.

What do you feel is missing from the UI?

Git: IntelliJ is miles ahead. And we’re talking about essential features like three-may merge panel, diffing 2 files, diffing same file between branches, diffing folders, etc

Tests:. Zed is bare bones compared to IntelliJ (rerun failed tests, export list of failures, go to failed lines easily etc

The AI stuff is cool but it won’t get me to switch from PyCharm.

Re: Claude Code: Now in Beta in Zed

#167

Earlier quoted context omitted.

The IntelliJ 3-way mergetool/diff viewer is best in class. I haven't found anything else that touches it.

> I haven't found anything else that touches it. Have Claude Code resolve merge conflicts, problem solved.

One area I would not trust CC

Re: Claude Code: Now in Beta in Zed

#168
post #162

I love Zed and I'm glad you now have native support for Claude. I previously ran it using the instructions in this post: https://benswift.me/blog/2025/07/23/running-claude-code-with... One thing that still suffers is AI autocomplete. While I tried Zed's own solution and supermaven (now part of Cursor), I still find Cursor's AI autocomplete and predictions much more accurate (even pulling up a file via search is more…

What Zed lacks in code generation quality it makes up for in not-being-an-Electron-app

Does it really? At the end of the day i need it to do my job. Ideal values don’t help me doing my job. So i choose the editor best suited and the features i need. And that’s not zed at the moment.

Re: Claude Code: Now in Beta in Zed

#169
post #144

Earlier quoted context omitted.

>If you don't feel that VSCode is slow, it's because you are used to it. I don't think this is a fair claim. When you start doing an apples to apples comparison, that is to say make full use of IDE and auto-completion features it's difficult to see a difference given that the latency and speed of the plugins starts to dominate any millisecond difference in input latency or rendering speed.

No. When a press a character key on my keyboard, it should appear in my editor immediately. All other IDE features like auto-completion happen asynchronously.

>All other IDE features like auto-completion happen asynchronously

in the technical sense, but you as a developer don't use auto-completion asynchronously. It's not like you autocomplete and continue typing and then come back to the completion. When you complete at point you have wait. Whether that keypress takes 2 or 3 milliseconds isn't going to make a difference when the inter-process communication of your editor and its services is magnitudes slower. It's not like programming is like playing an FPS game. You're not in any meaningful sense limited by your mechanical input speed.

Re: Claude Code: Now in Beta in Zed

#170
post #77

Earlier quoted context omitted.

Zed still takes a relatively long time to start on my old desktop. I thought something was wrong but no, it is just THAT slow. Emacs starts up faster than an empty Zed window, unfortunately. It is still way faster than IntelliJ but comparing it to that is a low bar. VSCodium starts up faster for me than Zed which I compiled yesterday with release mode. Here I am referring to the time spent just on waiting for the win…

Zed has easy to use extensions, but also Go support is built in. (syntax highlighting, gofmt on save, and language server support)

It's builtin? Nice. I will give it a try, then!

I wonder why the startup time is slow though, may have to debug that one.

Post reply on HN