DEV Community

Discussion on: Let's Talk Windows vs macOS

Collapse
 
restoreddev profile image
Andrew Davis

That’s an interesting approach. How do you write code on the server? Using a cloud editor?

Collapse
 
tnypxl profile image
tnypxl

VS Code has a remote development plugin that lets you bootstrap to docker containers, WSL distros, or a VPS via SSH. Its pretty slick honestly.

There are several Code Editors on iPadOS which integrate SSH. I’m still working out kinks for a decent workflow there. I’m also trying to learn some basic Vim and then using something like SpaceVim or some other IDE-ish Vim setup.