Edit files from an ssh session in TextMate/VSCode
logged-in server and run gomate with port-forwarding.
$ ssh -R 52698:127.0.0.1:52698 [email protected] gomate /path/to/the/file.txt
Install Remote VSCode
go get github.com/mattn/gomate
MIT
Yasuhiro Matsumoto (a.k.a. mattn)