Hacker News new | ask | show | jobs
by Shish2k 1476 days ago
> VS Code has a feature like this but I hadn't used it much before switching to Zed full-time.

Please check it out — being able to edit / run / debug code on a linux server using a mac desktop over ssh, and having the whole experience be as seamless as edit / run / debug locally, is a huge win — it's pretty much _the_ reason that I’m currently using VSCode 90% of the time despite being a huge JetBrains fan (to the point of paying for their full enterprise pack out of my own pocket)

(JetBrains tools do kind-of support remote file editing, but it’s flaky and slow, and remote run / debug are a nightmare — compare to VSCode, where I sometimes mix up local and remote development because they’re identical except for the hostname in the titlebar when running remotely)

2 comments

It also works on Windows through ssh (including desktop win10), which makes working with Windows easier on the nerves.
Is what VS Code does different from using an SFTP mount plugin like remote-edit on Atom?