Hacker News new | ask | show | jobs
by tinyhouse 2596 days ago
Haven't tried it but this seems useful. I know Google has something similar they use a lot internally. I guess one common use case for this is when you have code you need to run on a remote server but you want a nice development experience like you're developing locally (sometimes I see developers open an IDE on a remote server which is too slow). A better solution is working locally and having all changes sync automatically to the remote server. (yes yes I know, you can use vim or emacs...). If there are MS people here I'd be interested to hear their thoughts on this.
3 comments

Check out https://aka.ms/vsfutures. In addition to Visual Studio Online (the web companion editor), we’re also building tools to allow developing against remote machines from Visual Studio and Visual Studio Code as well. In the case of the desktop clients, editing would actually happen locally, and synced with the remote environment. That way you have low latency editing + multi-machine portability and anywhere access.
Sorry, Visual Studio Online? AKA Azure DevOps a few months ago? Surprised someone decided to pick the same name up that quickly. The name makes a lot more sense applied to this team, though :)

n.b.: MS employee, interned under the org f.k.a VSO a few years ago.

Sounds similar to the "deployments" functionality in JetBrains IDEs.
Yes emacs does it using Tramp, syncing remote files while editing locally, but I thought Eclipse also supported it.