I really love the concept that I can write codes by using my laptop but all the hard things will run in the server.
So I did some research and found 2 solutions:
sshcode which introduce by Coder Technologies Inc. (https://github.com/cdr/sshcode)
VS Code Remote Development Extension (https://github.com/Microsoft/vscode-remote-release)
In my short time, I guess 2 solutions are the same.
But if you got the deeper understanding, please give me some comparison so I can have right decision for which case I should use sshcode and some other cases I should use VS Code Remote Development Extension.
Many thanks!