Live data from Hacker News

Claude Code: Now in Beta in Zed

zed.dev

321–330 of 431 posts

Re: Claude Code: Now in Beta in Zed

#321
post #257

This might come off as a naive question so pardon me in advance for my ignorance. I got Claude Max just last week and I have been using it in the MacOS Terminal app. I also used it in Zed and VS Code terminals and faced no issues. So what is the advantage of using it natively like this?

If you're going to live in the terminal, please do yourself a favor and replace Terminal.app with iTerm2, and replace bash with zsh.

iTerm2 is what we were using last month, now it's all about Kitty and Ghostty!

Re: Claude Code: Now in Beta in Zed

#322

Earlier quoted context omitted.

Same sentiment for me. I barely use the agent, but love their autocomplete. Though I sometimes hear people say that GH Copilot has largely caught up on this front. Can anyone speak to that? I haven’t compared them recently. If performance were equal, I’d strongly consider going back to GH Copilot just because I don’t love my main IDE being a fork. I occasionally encounter IDE-level bugs in Cursor that are unrelated t…

They haven’t. They had time to catch up, but they didn’t. They recently switched their auto complete model from 4o-mini to 4.1-mini. It’s not smarter at predicting what you are trying to do. Nothing magical like last year experience on Cursor (I haven’t tested lately, so it might be even better now). I heard Windsurf is quite good and the closest to Cursor magic, available on Windsurf free plan (unlimited autocomplet…

They plan to allow defining your own endpoint for auto-complete soon and when they do switching to a better model like Sonnet or a fine tune should beat Cursor

Re: Claude Code: Now in Beta in Zed

#323

Earlier quoted context omitted.

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

While this is probably annoying, I have to imagine that non-hidpi displays are becoming rarer and rarer. It's probably not a great idea to spend a lot of work on a feature that will only ever see declining use.

FHD and below will keep existing on mobile for hardware and power consumption reasons

Re: Claude Code: Now in Beta in Zed

#324

I like Zed in concept. I like Zed in the architectural and foundational aspects. I want more tools like Zed to exist. But, I find Zed challenging to adopt due to random nuances. First, settings management is a mixed bag and sometimes I just want a quick way to open the "settings.json" from the settings pane without fussing around. Then I'd like the "settings.json" to stay open (reopen) on a restart of Zed. Then I'd l…

The nuance situation is rapidly improving. I had several minor issues with Zed ~6 months ago, and most of them have been patched away.

While true, I've noticed there's so many changes between Zed and the plugins that other things break, and it's hard to track down exactly what broke.

Re: Claude Code: Now in Beta in Zed

#325
post #253
post #162

Earlier quoted context omitted.

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

Every single new HN thread should come with an automod post badmouthing Electron to save everyone time.

its a bad anti-pattern that trades developer convenience for performance, UX etc. Its fair to hate on it

With the advent of coding agents, I really hope we see devs move away - back to the traditional approach of using native frameworks/languages as now, you can write for 1 platform and easily task AI to handle other platforms.

Re: Claude Code: Now in Beta in Zed

#329

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…

I'll third this. AI autocomplete is THE most efficient and helpful feature of Cursor, not the agents.

I have recently been using Zed much more than cursor. However, the autocomplete is literally the only thing missing, and when dealing with refactors or code with tons of boilerplate, its just unbeatable. Eagerly awaiting a better autocomplete model and I can finally ditch Cursor.

Re: Claude Code: Now in Beta in Zed

#330
post #257

This might come off as a naive question so pardon me in advance for my ignorance. I got Claude Max just last week and I have been using it in the MacOS Terminal app. I also used it in Zed and VS Code terminals and faced no issues. So what is the advantage of using it natively like this?

If you're going to live in the terminal, please do yourself a favor and replace Terminal.app with iTerm2, and replace bash with zsh.

Kitty is much better than iTerm2 and while zsh is fantastic, fish is much easier to get started with and also very good.
Post reply on HN