Live data from Hacker News

Preview Builds of the Zed Editor Now Available for Linux

zed.dev

41–44 of 44 posts

Re: Preview Builds of the Zed Editor Now Available for Linux

#41
post #35

Earlier quoted context omitted.

those give you access to modify remote files - vscode gives you remote search, debugging, building, testing, port forwarding, reproducable self-contained disposable environments, ...

You can do most of that with sshfs, It isn't much different than a mounted drive.

Having used both sshfs and vscode-remote for many years, I can assure you that vscode has a lot more features, with better integration; and even the features that sshfs does have, vscode-remote does the same thing better :)

(You can kiiiind of get the same features with sshfs + mosh + ssh + docker + a bunch of custom scripts + a suite of not-integrated command line tools... but that’s very much a “Why would anybody want to use dropbox when we already have rsync?” situation)

Re: Preview Builds of the Zed Editor Now Available for Linux

#44
post #15

One thing that I didn't enjoy when taking Zed for a spin was the default of prettifying my code on-save. I feel like that's something that shouldn't be enabled by default. People are most likely going to try and jump in editing an existing project, and don't want the entire file getting reformatted.

This is normal in Go though.
Post reply on HN