Live data from Hacker News

Claude Code: Now in Beta in Zed

zed.dev

41–50 of 431 posts

Re: Claude Code: Now in Beta in Zed

#41
post #17

Earlier quoted context omitted.

I feel like the UI is not as smooth as VSCode. There is a slight lag when scrolling.

Wait what? Isn't a super fast UI one of their main selling points, what led them to write their own rendering in Rust? ...and now they lose to a web app ?

[deleted]

Re: Claude Code: Now in Beta in Zed

#42
post #32

Earlier quoted context omitted.

What's so great about zed ?

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

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 window to start up, not the extensions and all that I am using with VSCodium, that takes time. I wonder why this is, that VSCodium shows the window quicker than Zed.

Regardless, I will give Zed a try with Go development. I assume Zed has extensions, too? Are there any extensions for Go? If so, I might replace VSCodium with Zed but only if it has similar features to VSCodium. If not, I will stick to VSCodium as there is no reason for me to change.

Re: Claude Code: Now in Beta in Zed

#43
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?

Top of my head switching between IntelliJ and Zed:

- Git UI is extremely barebones with no support for other VCS

- No merge tool or side-by-side diffs

- Configuration is all JSON

- Would be nice having a full file tree for the search editor instead of just the list; having the functionality split between a tab and the outline panel is quite clunky.

- Ability to move panels (files/git/console/debugger/etc) into standalone windows or other configurations (multiple docks per side, multiple copies of the same panel linked to a specific tab).

Zed is basically a slightly more featured text editor, so it does a good job when I just want to open something quickly and do small edits. So it's really replacing Sublime Text.

But I find myself hopping out to other tools when I'm using Zed which wasn't really common with IntelliJ. So I still want to use a proper IDE for proper development work.

Re: Claude Code: Now in Beta in Zed

#45

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…

Lucky you because for me, for some reason, their website is randomly down when I click to change page: Web server (host) is returning an unknown error Error code 520.

Re: Claude Code: Now in Beta in Zed

#47

Earlier quoted context omitted.

What do you feel is missing from the UI?

Their font rendering looks awful on non-high dpi displays, and the devs don't seem to care at all. https://github.com/zed-industries/zed/issues/7992

That figures, their lead platform was the Mac where HiDPI is totally ubiquitous, so their renderer probably has no provisions for subpixel font rendering.

Re: Claude Code: Now in Beta in Zed

#48

Earlier quoted context omitted.

What do you feel is missing from the UI?

Their font rendering looks awful on non-high dpi displays, and the devs don't seem to care at all. https://github.com/zed-industries/zed/issues/7992

My guess: their shaders or text rendering don't account for sub-pixel anti-aliasing, which is critical to getting decent text rendering on low pixel density displays.

If they'd used Skia (which is what Electron and Chromium use), they would've got this for free. Instead they tried to reinvent the world and didn't realise how big the world was.

Re: Claude Code: Now in Beta in Zed

#49
post #13

Zed used to be a good editor but it is increasingly LLM infested.

It was always going to be infested with something or other, you don't raise $42M for just a text editor. Could be worse, a few years earlier it probably would have incorporated blockchains somehow.

Seems like a reasonable trade-off to me. I'm happy for them to have a sustainable business model and people seem quite willing to pay monthly for AI. As long as they keep the free version and the ability to disable AI features then I think everyone wins.
Post reply on HN