top | item 32493133

(no title)

Gravyness | 3 years ago

vscode connected with ssh is close: It's not sharing because it only allows you to edit the server file system as if you had opened a project locally, but it does give you the feeling that you have the project there, and every time you save it goes directly to the server via ssh.

discuss

order

chriswarbo|3 years ago

Emacs TRAMP mode can do that too; it supports SSH, sudo (to edit as a different user), and I think a bunch of other protocols. It also supports multi-hop, e.g. edit as sudo, on a remote server, connected via an intermediate bastion/proxy machine.

TRAMP works fine with shell-mode, version control (e.g. magit), dired (file browser), etc. too :)

https://www.emacswiki.org/emacs/TrampMode