|
|
|
|
|
by setzer22
2147 days ago
|
|
Not trying to take merit away from VSCode, but emacs and tramp mode also do that. And not just with remote machines over ssh, docker containers work as well. Also docker containers over an ssh connection (or whatever crazy combination you may need). You get latency-free editing because the file is edited locally and sent to the server on save. Simple implementation but highly effective. |
|