Live data from Hacker News

I switched from VSCode to Zed

tenthousandmeters.com

341–350 of 440 posts

Re: I switched from VSCode to Zed

#341
post #10

I really love Zed, but my only issue is the Emacs keybindings they ship doesn’t seem to work as well as the VSCode Emacs extensions. Hopefully they can fix this in newer updates.

I have a similar issue with vim support, they have built-in support which I really appreciate but don't currently support pointing to my own .vimrc. This is unfortunately a dealbreaker for me.

Re: I switched from VSCode to Zed

#342

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…

[deleted]

Re: I switched from VSCode to Zed

#344

Earlier quoted context omitted.

I'd like to attach to this comment to say that we should support smaller companies. It doesn't matter how responsive a big company is if it controls too much surface area of the important technological salients. Large company hegemony of our industry is bad. VSCode, Google Search + Chrome, mobile phone duopoly, Amazon/AWS/MGM/WholeFoods/TeleDoc conglomeration and cross promotion... It doesn't matter. We need more dis…

Fun fact. I do not financially support any restaurant that has a Wall-street ticker. I wish more people would do this. There should be no reason to fund some CEO on Wall-street when we can benefit more by funding local communities. P.S. You have to pay me to use Microsoft products and to engage with Amazon.

I think this is quite ironic actually.

If I understood the history correctly, being a "shareholder" was a path to a fractional business ownership for people who could not afford to outright own a business.

It comes from the same mental position as a co-operative.

In these scenarios, a CEO is really just an employee of sorts for the shareholders.

It's quite funny that we see the CEO of a publicly traded company has worse than a sole-proprietor, when profits will go directly to a sole proprietor- but not to a shareholder CEO.

I understand how it has played out, that the largest companies on earth are publicly traded now, and that CEO compensation in those companies is crazy. But it's quite ironic in my opinion how it played out.

Re: I switched from VSCode to Zed

#345
post #143

Slashdotted :) Here's a copy: https://web.archive.org/web/20260105144155/https://tenthousa...

Weird it's a static site that still got hugged to death.

Something is going on, it's still timing out for me 20 hours later.

  curl https://tenthousandmeters.com
  curl: (35) TLS connect error: error:0A000126:SSL routines::unexpected eof while reading

Re: I switched from VSCode to Zed

#346
I'm using vscode for couple of years now. I have disabled all AI related features with "chat.disableAIFeatures" option and it worked really well in my case. But I was convinced by this article to checkout zed mainly tempted by the promise of much better performance because it is written in native language instead of javascript. So to test it out I've opened https://github.com/microsoft/TypeScript/blob/main/src/compil... file and zed after "ctrl + o" command frizzed. Also when scrolling this file in zed there is noticeable drop in FPS, where in vscode scroll with checker.ts file opened is very smooth. So I guess I'm staying with vscode :)

Re: I switched from VSCode to Zed

#347
post #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 f…

I can't say I've noticed any "nudges" to use AI tools in VS Code. I saw a prompt for Copilot but I closed it, and it hasn't been back.

I'm probably barely scratching the surface of what I can do with it, but as a code editor it works well and it's the first time I've ever actually found code completion that seems to work well with the way I think. There aren't any formatters for a couple of the languages I use on a daily basis but that's a Me Problem - the overlap between IDE users of any sort and assembly programmers is probably quite small.

Are there any MS-branded features I should care about positively or negatively?

Re: I switched from VSCode to Zed

#348
For such an incomplete product, Zed sure is popular among devs. I guess they love to waste time working with a tool missing key features. I can forgive all that but Zed has one of the worst UIs I’ve experienced in a long time.

Re: I switched from VSCode to Zed

#349
post #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 f…

What are those constant nudges to use AI tools? Sounds a bit strange.

Re: I switched from VSCode to Zed

#350

I'm using vscode for couple of years now. I have disabled all AI related features with "chat.disableAIFeatures" option and it worked really well in my case. But I was convinced by this article to checkout zed mainly tempted by the promise of much better performance because it is written in native language instead of javascript. So to test it out I've opened https://github.com/microsoft/TypeScript/blob/main/src/compil…

additionally there is currently ongoing effort to make main editor to be rendered with WebGPU instead of DOM nodes, which I'm really waiting to happen.
Post reply on HN