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
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.
Claude Code: Now in Beta in Zed
251–260 of 431 posts
Re: Claude Code: Now in Beta in Zed
#252Earlier quoted context omitted.
Wow. This might be the 1st time i've seen someone comment negatively regarding UI performance. Zed is one of the fastest programs i use. I used to laugh when seeing them market fps and such, but yeesh it's fast
> Wow. This might be the 1st time i've seen someone comment negatively regarding UI performance Here you go: https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que... > I found Copilot tab completion completion to be VERY slow in Zed, for some reason. > 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 > I have tried it out and by defau…
That is a list of search results of people complaining that VS Code is slow compared to Zed.
Re: Claude Code: Now in Beta in Zed
#253I 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
#254Re: Claude Code: Now in Beta in Zed
#255Re: Claude Code: Now in Beta in Zed
#256Re: Claude Code: Now in Beta in Zed
#257Re: Claude Code: Now in Beta in Zed
#258Earlier 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.
VSCode is actually not slow. The problem is to make it useful you need to add quite a few extensions, and those can be slow. That itself wouldn't be too bad but VSCode doesn't expose any information about what is causing the slowness. You end up with "VSCode is slow and it could be due to any one of the dozen extensions I have installed", which effectively means that VSCode is slow. It remains to be seen if Zed can a…
They also have a new feature that's experimental that lets you offload extensions to a separate extension host so they don't block on the main thread for poorly designed or performing extensions.
It's definitely not slow in its default for .
Re: Claude Code: Now in Beta in Zed
#259Earlier 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.
Re: Claude Code: Now in Beta in Zed
#260Earlier quoted context omitted.
VSCode is actually not slow. The problem is to make it useful you need to add quite a few extensions, and those can be slow. That itself wouldn't be too bad but VSCode doesn't expose any information about what is causing the slowness. You end up with "VSCode is slow and it could be due to any one of the dozen extensions I have installed", which effectively means that VSCode is slow. It remains to be seen if Zed can a…
vscode is noticeably slow compared to sublime text or zed, even without any extension. You instantly notice it when switching files or typing things that trigger auto-completions. In the end the feeling is drastically different. It weirdly makes for a more peaceful experience to have such a snappy editor. vscode wins thanks to all its extensions, where basically every language is supported and most features you can t…