Live data from Hacker News

I switched from VSCode to Zed

tenthousandmeters.com

31–40 of 440 posts

Re: I switched from VSCode to Zed

#31
Concur that it's a great VSCode replacement! Also note on the Author's observation of it using similar keybinds: You can, easily, swap the keybinds for other common editors too; this is a big deal for transitions. Also, I love how they're doing things the right way using a fast language... and it shows in the consistently low latency.

It is not, IMO, a replacement for Jetbrains IDEs (PyCharm, Rustrover, for example). I do substitute it on my tablet sometimes, where those IDEs can be too sluggish. Unless I'm missing something with plugins I should be installing, it is not on the same level for introspection, refactoring, import adding and moving, real-time error checking, and generally understanding the code base holistically.

So, I've settled into this: Jetbrains if on a sufficiently powerful PC. (It can still bring a 9950x to its knees though...) Zed for lower-power ones.

Sublime for editing one-off files, as both JB and Zed are project-oriented.

Re: I switched from VSCode to Zed

#32
post #19
post #8

I would have switched in a pinch if Zed had their low-DPI font rendering in order. At the moment it just looks bad.

This is interesting to me, because I see this kind of comment on almost every Zed post. I haven't used a low-DPI monitor for like... not sure, but more than a decade, I'm pretty sure, so for me the weird blocker I have with Zed is the "OMG YOU HAVE NO GPU!!!! THIS WILL NOT END WELL!" warning (I run a lot of Incus containers via RDP, and they mostly have no GPU available). But what kind of monitors are you low-DPI peo…

Depending on the definition I'm not a low DPI user myself, but in my friend group, I seem to be the only person who cares about >160 dpi, lots of people are using 1440p displays, or >34" 4k displays. In Apple's mind, high dpi (eg retina) is > 218 dpi, so my lowly 34" 5120x2160 doesn't count for them. But it is > 160 which is my personal threshold for hi dpi.

There aren't all that many >20" displays on the market that meet Apple's definition of high dpi, and not a ton more that meet my much looser definition.

Re: I switched from VSCode to Zed

#33
post #19
post #8

I would have switched in a pinch if Zed had their low-DPI font rendering in order. At the moment it just looks bad.

This is interesting to me, because I see this kind of comment on almost every Zed post. I haven't used a low-DPI monitor for like... not sure, but more than a decade, I'm pretty sure, so for me the weird blocker I have with Zed is the "OMG YOU HAVE NO GPU!!!! THIS WILL NOT END WELL!" warning (I run a lot of Incus containers via RDP, and they mostly have no GPU available). But what kind of monitors are you low-DPI peo…

I have a 4-5 year old ultra wide monitor which is a lot of pixels but low dpi. I really like the single monitor containing two screens worth of pixels, but I wish it was high dpi. At the time there weren’t really high dpi ultra wides available, and they’re still expensive enough that upgrading isn’t a high priority for me… but I’m sure I will at some point.

Re: I switched from VSCode to Zed

#34

Earlier quoted context omitted.

Not GP, but he's absolutely right, it's been pissing me off for years now. Only thing I can remember off the top of my head is nested selectors still not highlighting properly. They partially fixed this a few months ago but that's it. I guess we're all waiting on GHCP to prioritize and fix it now?

nested is the main one, however i remember cases where a rule couldn't be parsed and the rest of the file went fuckidy this is pathetic, and really shows how much of a shitter css tooling currently resides in

Insert obnoxious tailwind comment

Re: I switched from VSCode to Zed

#35
I would love to switch but the battery draw on my mac is just too much! I like to move around to different places in my home as I work so being able to be on battery for a while is a must for me (not to mention that I do travel occasionally)

Re: I switched from VSCode to Zed

#36
post #22
post #8

I would have switched in a pinch if Zed had their low-DPI font rendering in order. At the moment it just looks bad.

Mind explaining how / why you have a low DPI monitor? I haven't even seen one in maybe a decade.

Many people call 1080p/24" "low DPI" these days. Though no idea what OP actually has.

Re: I switched from VSCode to Zed

#37
I've been frustrated by the constant nudges to use specific AI tools from within VS Code, but I made a different change. Rather than moving to a different editor altogether, I started using VS Codium. If you're unfamiliar, it's the open core of VS Code, without the Microsoft-branded features that make up VS Code.

I believe Microsoft builds VS Code releases by building VS Codium, and then adding in their own branded features, including all the AI pushes. If you like VS Code except for the Microsoft bits, consider VS Codium alongside other modern choices.

https://vscodium.com

Re: I switched from VSCode to Zed

#38
Hi, I'm the author of the post. I hope it resonates with many who got tired of VSCode and found Zed.

I'd also like to add there are many small features I miss in Zed that I don't go over in the post, e.g. autodetect and respect file's indentation (https://github.com/zed-industries/zed/issues/4681). But I see Zed is actively shipping the missing features, so I believe they'll improve significantly over the next year.

Re: I switched from VSCode to Zed

#39

I'm still waiting to evaluate Zed because I work with/on my programming language which has LSP Semantic Highlighting, but Zed doesn't https://github.com/zed-industries/zed/pull/39539 once it's merged I'll give it a go because it looks like a modern Sublime Text (which I still use). I just wish they would focus on basic editor features instead of adding AI and other non-related features.

I switched from Sublime Text (still keep for navigating huge files).

But I love the thought put into Zed and it looks great (this is important to me).

I don't use their AI features but it does come in handy when I need an quick alternate answer or perspective. I use Claude Code in a separate terminal.

Post reply on HN