Live data from Hacker News

I switched from VSCode to Zed

tenthousandmeters.com

91–100 of 440 posts

Re: I switched from VSCode to Zed

#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 specific scenarios that I tend to use a lot).

Not to say anything against Zed though. But sublime with one session of claude can help you build your very own customized ide.

Re: I switched from VSCode to Zed

#94
Microsoft trying to push copilot on me is just the kind of thing that would drive me to investigate alternatives. This is the same kind of annoying as all those cookie pop-ups which more and more often lead me to think "fuck it, I'm not actually that interested in this content" and close the browser.

I wish Microsoft would make software that just respects that I do not want to use copilot rather than enshittifying VSCode.

Re: I switched from VSCode to Zed

#95

Earlier quoted context omitted.

That's a good idea. I considered VSCodium but the issue is that I used VSCode's proprietary extensions such as Pylance. So it would require to switch to OSS replacements at which point I decided why wouldn't give Zed a try – it has a better feeling by not being an Electron app. I think VSCodium is a good option if you need extensions not available in Zed.

If you are good with a slightly jank option, I have had success with just moving the extension directory from VSCode to the VSCodium directory. Works for the Oracle SQL Developer plugin I use often. It might go against the terms in the extension, but I don’t care about that.

That doesn't help with Pylance and similar extensions. Microsoft implemented checks to verify the extension is running in VS Code, you have to manually patch them out of the bundled extension code (e.g. like this[0], though that probably doesn't work for the current versions anymore).

[0]: https://github.com/VSCodium/vscodium/discussions/1641#discus...

Re: I switched from VSCode to Zed

#96
post #19

Earlier quoted context omitted.

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 actually don't understand what I'm missing. I'm using two old monitors, a 27" at 2560x1440 and a 23.5" at 1920x1080 (in addition to my high DPI Framework 13 screen). How else can I get at least 4480 across (after scaling to a font size I can read - I'm 49) and still cover that many inches? My DPI right now is about 100, so to double that, wouldn't I need 8960 across 44 inches? I don't really want to pay $1500 for r…

It’s okay eyes are just different. I personally enjoy 220DPI, but 60Hz looks absolutely fine. However at the workplace enough people complain about 60Hz that all the monitors at work are 120Hz. I don’t notice any additional smoothness at all so it’s all wasted on me.

Re: I switched from VSCode to Zed

#97

I tried switching from VScode to Zed but unfortunately it doesn't have Jupyter notebooks and image/video preview which are deal brakers for me. Other pain points: - Format on save by default: https://github.com/zed-industries/zed/discussions/29395 - VSCode Debugger UX seams to be much better

I find myself using VS Code for "things like this" (its visual extension ecosystem).

I've grown attached to the git diff view, so I use it for reviewing PRs mostly (especially larger ones as github UI has been struggling with them as of late).

The rest of my code is written in Vim or by Claude.

Re: I switched from VSCode to Zed

#98

I tried switching from VScode to Zed but unfortunately it doesn't have Jupyter notebooks and image/video preview which are deal brakers for me. Other pain points: - Format on save by default: https://github.com/zed-industries/zed/discussions/29395 - VSCode Debugger UX seams to be much better

Yes! I also got bitten by format_on_save when working with legacy projects with inconsistent formatting. Given another discussion I saw, the maintainers didn't think about this use case much, i.e. "why don't you want to have a proper formatting?". It can be turned off now, so not sure if they'll change the default.

It's like Excel changing .csv files after opening them so a simple load/save cycle can corrupt the file and your original copy is nowhere to be found. I imagine the damage is smaller in case of auto-formatter but still - not something I would expect a program to do to my file in a simple "open file - close the program" cycle.

Re: I switched from VSCode to Zed

#99
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 do love how Sublime Text doesn't even blink after getting huge file, where most other editors struggle. And overall speed and responsiveness is unbelievable. I would really like to see any other editor trying to overtake Sublime Text on those metrics.

Re: I switched from VSCode to Zed

#100

I have switched to terminal

am I the only one who is just fine with neovim?

I love it. I have 40 files open in it right now - most of them .c source files with LSP and Treesitter running and it uses 250MB of RAM. Everything works instantly, Telescope is imo the new standard for file navigation (and navigation in general: grep, symbols even neovim shortcuts). Git integration is fantastic as well.

I have spent some time configuring it and probably will spend more when I start including more languages but imo it's worth it. You can configure everything but you can also find very nice defaults by running Kickstarter (or some heavier neovim "distro").

Microsoft has done great work with LSPs - I can now get great navigation/autocompletion/formatting/inline errors/warning combined with neovim navigation, light weight and fantastic tools/extensions.

One thing I haven't integrated yet is a debugger (gdb from the terminal is good enough for me), maybe that's something people are missing in neovim?

Post reply on HN