Earlier quoted context omitted.
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.
At first, I thought you meant restaurants which had a big scrolling ticker along the wall so patrons could watch the market while they dine.
I switched from VSCode to Zed
431–440 of 440 posts
Re: I switched from VSCode to Zed
#432Earlier quoted context omitted.
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
#433Earlier quoted context omitted.
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
> Just drop the .py file in the right directory. Can I drop it in the 'wrong' directory and have ST pick it up from there? I like apps that are as flexible as possible when it comes to file organization.
Re: I switched from VSCode to Zed
#434Earlier quoted context omitted.
Have you tried using vim? Or rather nvim? If tinkering is your thing, feel free to completely do your own setup but out of the box lazyvim is pretty sane and you may not need much to get it to your liking. But it’s very nice to easily able to extend or modify to fit your workflow. I’m just curious what people are getting out of zed that seems like vim has available.
+1 for lazyvim. I tried multiple times to switch to nvim from vscode, but lazyvim finally made it painless. love lazygit too. debugging in nvim also works like a charm.
Re: I switched from VSCode to Zed
#435Earlier quoted context omitted.
Alternatively, use the single setting that was literally just given to you above. That is pretty much as easy as it gets without resurrecting Clippy to help you figure it out. It's not reasonable to expect a massive bloated gui if people have 10k+ settings they are using.
The problem is that they keep adding new ai "features" all under different names and different settings, then shuffling the settings around. Having a "master switch" doesn't matter, since their standard operating procedure is to waffle-stomp more "features" into vscode every month that will fall under a different setting and then they'll continue to shuffle them around. Their indifference towards their own user-hosti…
Re: I switched from VSCode to Zed
#436Earlier quoted context omitted.
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
Confirmed it works from AWS but not from my residential ISP. IPv6 is not setup so perhaps too much traffic out of the CGNAT IP got us blocked.
Also, for some reason Google Safe Browser thinks some pages on this site are unsafe [1]. It may well be a false positive, but it further contributes to the blocking. So it wasn't the slashdot effect after all.
[1] https://transparencyreport.google.com/safe-browsing/search?u...
Re: I switched from VSCode to Zed
#437I 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
Zed has built in REPL for several languages, which does have image preview [0] It uses the Jupytext format [1], for Python at least. Which frankly, is much more friendly to VCS than notebooks. I agree on the 'format on save' as undesirable default, but disabling that was as easy as flicking a switch. [0]: https://zed.dev/docs/repl [1]: https://jupytext.readthedocs.io/en/latest/
Audio playback support is missing in Zed as well. https://github.com/zed-industries/zed/issues/14409
I really like Zed, and I want to use it but I keep going back to VSCode when I need to be productive on my code instead of messing with my editor. I use both at the same time because Zed feels so much nicer, but so far, VSCode's features are quite a bit head.
Re: I switched from VSCode to Zed
#438I'd love to try Zed, but it's unusable on MacOS ( https://github.com/zed-industries/zed/issues/20806 seems to be the issue). If that ever gets fixed then I'd look at replacing Sublime (which is still my go-to for quick editing) and then see if it can handle more advanced coding (which one the rotating list of various vscode forks handle today)
Have you tried BBEdit recently? It's incredibly configurable, AI features are entirely opt-in, and it supports LSPs now. It's my go-to for basically all text editing these days.
Re: I switched from VSCode to Zed
#439Earlier quoted context omitted.
Hmm, I found Zed to consume battery less than VScode on my M1 MBP. It's ~100 vs ~200 12h power consumption on average according to Activity Monitor. Do you compare it to VSCode?
Yes VSCode uses far less power than Zed on my machine. I believe it is probably related to these issues: https://github.com/zed-industries/zed/issues/21146 https://github.com/zed-industries/zed/issues/8043
Re: I switched from VSCode to Zed
#440Earlier quoted context omitted.
Confirmed it works from AWS but not from my residential ISP. IPv6 is not setup so perhaps too much traffic out of the CGNAT IP got us blocked.
Old thread, but I just realized this domain was registered on 2025-12-27 11:49:33 UTC. Some DNS servers (e.g. nextDNS) block recently created domains, to curb spam and malware. Also, for some reason Google Safe Browser thinks some pages on this site are unsafe [1]. It may well be a false positive, but it further contributes to the blocking. So it wasn't the slashdot effect after all. [1] https://transparencyreport.go…