Live data from Hacker News

I switched from VSCode to Zed

tenthousandmeters.com

151–160 of 440 posts

Re: I switched from VSCode to Zed

#151
post #93

Sublime is quite good. I have always been using sublime for quick edits, dumping notes etc. But lately I came to appreciate it more as a lightweight IDE. I use go (lsp and some plugins) and ST (sqltools) in addition to package manager and project manager. I like how fast it is, how well polished the editor is. And generally all plug-ins i use work nicely. Also claude helped a lot (eg writing some shortcuts for specif…

Same, I'm still using Sublime with SublimeLSP, and it works for 95% of my use cases because I tend to rely on the terminal for everything else. Although I do hope to switch to Zed eventually because of it's built-in debugger and ability to select-copy text in popups (I can't believe Sublime still doesn't allow this in 2026) -- Zed still had some rough edges last time I tried it, and Sublime still seemed to perform better.

Re: I switched from VSCode to Zed

#152

Zed is great and lightweight, one thing that stops me from it becoming my daily driver is the weak git integration (specifically, the lack of a history tree). From what I understand, eventually those features will get there.

I find Zed's inline git diff confusing. I want a side-by-side comparison of the entire file. That's currently a dealbreaker for me.

Re: I switched from VSCode to Zed

#153

Earlier quoted context omitted.

There are actually 218ppi 180hz panels coming soon, although they will no doubt cost a kidney for the first few years. https://rog.asus.com/monitors/27-to-31-5-inches/rog-strix-5k...

Looks good overall, but: > USB-C with 15W power delivery for maximum compatibility I am hoping that is a typo.

What does that mean? If the monitor only requires 15W to operate, that's a good thing, right? Unless monitors are expected to use less than that? I'm not familiar with reading monitor spec sheets.

Re: I switched from VSCode to Zed

#155

Earlier quoted context omitted.

Looks good overall, but: > USB-C with 15W power delivery for maximum compatibility I am hoping that is a typo.

What does that mean? If the monitor only requires 15W to operate, that's a good thing, right? Unless monitors are expected to use less than that? I'm not familiar with reading monitor spec sheets.

That's output power. USB-C monitors can charge your laptop while it's connected through a single cable.

Re: I switched from VSCode to Zed

#157
post #152

Zed is great and lightweight, one thing that stops me from it becoming my daily driver is the weak git integration (specifically, the lack of a history tree). From what I understand, eventually those features will get there.

I find Zed's inline git diff confusing. I want a side-by-side comparison of the entire file. That's currently a dealbreaker for me.

same for me. i can not understand zed git diff

Re: I switched from VSCode to Zed

#160
post #93

Sublime is quite good. I have always been using sublime for quick edits, dumping notes etc. But lately I came to appreciate it more as a lightweight IDE. I use go (lsp and some plugins) and ST (sqltools) in addition to package manager and project manager. I like how fast it is, how well polished the editor is. And generally all plug-ins i use work nicely. Also claude helped a lot (eg writing some shortcuts for specif…

I don’t think people realize how easy it is to make Sublime plugins. They can be as simple as a single .py file. No dependencies install step, no meta files, no rituals to go through. Just drop the .py file in the right directory. I’ve used Gemini to build about 3-4 plugins of various complexity and they all work great
Post reply on HN