Live data from Hacker News

Claude Code: Now in Beta in Zed

zed.dev

101–110 of 431 posts

Re: Claude Code: Now in Beta in Zed

#101
It's interesting that VSCode has its own Claude code extension which works well and does most of this.

Zed has a lot of these micro-battles ahead where it has to spend money building solutions that VSCode's community shipped without their core team putting in any effort at all.

Re: Claude Code: Now in Beta in Zed

#102
My main issue with claude code is running multiple ones in parallel. I don't want to manually do all the git worktree stuff, I just want claude to handle it for me.

So if Zed automatically handles that (where there's a worktree per thread) I can see the appeal. Apart from that, I'm already using Tower to view the changes so I'm not really sure what the value here is.

I tried installing it, and got an error "can't load supported slash commands" – not sure what that means.

Re: Claude Code: Now in Beta in Zed

#103
post #95

The only reason i didnt move to zed from jetbrains yet is the lack of a more mature Git UI. Other than that, great editor, very fast.

Is it really comparable?? I use JB IDEs heavily and when I tried Zed a few months ago it felt more like Notepad than IntelliJ. Maybe that’s what you’re looking for and I am sure that’s fast, but they seem to have quite different use cases.

Re: Claude Code: Now in Beta in Zed

#104

I am sure Zed is great and I appreciate the effort put in to create it, but nowadays I just cannot imagine switching from VSCode to something else. In my limited understanding, none of the existing alternatives offer anything (and often misses at least something) truly innovative or anything else that VSCode extension wouldn't solve. On VSCode I have about 15 different profiles setup, each with different settings and…

Zed's main selling point over VSCode for me is the lack of a slight delay between when I press a key and when the character appears. VSCode has always felt ever so slightly sluggish to me, and I find it maddening as I type.

So glad to hear I'm not alone! I continue to use SublimeText for this reason. Yet it doesn't seem to bother others.

Re: Claude Code: Now in Beta in Zed

#105
post #68

I am sure Zed is great and I appreciate the effort put in to create it, but nowadays I just cannot imagine switching from VSCode to something else. In my limited understanding, none of the existing alternatives offer anything (and often misses at least something) truly innovative or anything else that VSCode extension wouldn't solve. On VSCode I have about 15 different profiles setup, each with different settings and…

It's really interesting point of view. I'm one of those people who avoid using VSCode at any cost. It's slow, it's bloated, the UI is not great, and it's slowly being locked down by Microsoft. If Zed would not exist, I would be using helix, neovim, or emacs as I did before.

Interestingly I disagree with all your points about VSCode.

It's fast, barebones by default, UI is minimal and it's Open Source enough that competitors forked from it.

I guess YMMV because there is a comment in this post from another user about Zed being sluggish.

Re: Claude Code: Now in Beta in Zed

#106
I just installed it on my EndeavourOS box. I opened it, it asked my which theme I want. I couldn't click, and suddenly it went into unresponsive mode. A minute later I killed it and uninstalled it.

I keep trying this editor every few months ever since it was announced, but I always have similar experiences. I remember once I managed to start actually editing something before the GUI started to disappear.

But hey, it has AI.

Re: Claude Code: Now in Beta in Zed

#107
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 last I checked

Re: Claude Code: Now in Beta in Zed

#108
post #105
post #68

Earlier quoted context omitted.

It's really interesting point of view. I'm one of those people who avoid using VSCode at any cost. It's slow, it's bloated, the UI is not great, and it's slowly being locked down by Microsoft. If Zed would not exist, I would be using helix, neovim, or emacs as I did before.

Interestingly I disagree with all your points about VSCode. It's fast, barebones by default, UI is minimal and it's Open Source enough that competitors forked from it. I guess YMMV because there is a comment in this post from another user about Zed being sluggish.

I tried VSCode many times in my life and just hated the experience so much. It put me away from GUI editors for years, didn't want to try any of them. So ugly and so sluggish.

Zed was the first one that put me to rethink my position. It is so snappy on my Linux workstation and I don't have any issues with it's GUI. I finally switched from vim et.al.

But I know I have "weird" opinions, I also really dislike Apple products and their software.

Re: Claude Code: Now in Beta in Zed

#109

Recently I set up a virtual machine running GNU/Linux on Windows, so that I can continue to use Emacs and all my usual tools for developing software, while I am waiting for a friend to make a move in a turn based game. I decided to give Doom Emacs a try. Well, I like the keybindings so far. However, it got issues. When I use neotree, it gets confused with windows (the Emacs term "window", not desktop windows, or the…

I recently un-borked my emacs config and re-downloaded elisp into my brain so I'd be happy to help walking you through the emacs stuff. I haven't used emacs on Windows natively in a long time but I did it for years and found it worked quite well so you may want to try that again. FWIW emacs these days has native LSP support (eglot) and native tree-sitter supported, but you'll need to grab tree-sitter libraries and LS…

I'm extremely interested in pushing along these fronts even in a performative way, because I don't want to get bogged down in "switch away from Emacs" conversations with coworkers. I've done a lot of modernizing on my Emacs setup this year but I would love a current take on "getting close to cursor" that gets me beyond what I'd had set up with copilot and lsp.

Re: Claude Code: Now in Beta in Zed

#110

I just installed it on my EndeavourOS box. I opened it, it asked my which theme I want. I couldn't click, and suddenly it went into unresponsive mode. A minute later I killed it and uninstalled it. I keep trying this editor every few months ever since it was announced, but I always have similar experiences. I remember once I managed to start actually editing something before the GUI started to disappear. But hey, it…

This is why I try to avoid building/supporting desktop Linux gui apps
Post reply on HN