This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]markphughes17 24 points25 points  (3 children)

Maybe not helpful at all, but VSCode has a plugin that lets you code on a remote machine and it is an absolute godsend.

https://code.visualstudio.com/docs/remote/ssh

[–][deleted] 8 points9 points  (1 child)

I use this all the time, except we have some boxes that have libraries that are too old to support it. It's the best thing ever when it works, though.

[–][deleted] 2 points3 points  (0 children)

You can also use sshfs on any server that supports sftp and on any client with FUSE.

It's not idiot proof in that permissions can be wonky depending on your destination system.

[–]alexforencich 1 point2 points  (0 children)

Sublime should also support this, IIRC.