Where I work, most development takes place on a remote machine and VS Code with the SSH extension is great for my use case.
But I was wondering, are there any good alternatives to VS Code + SSH for remote development? What did people use before it?
I think Vim is mentioned a lot but I find Vim and non-GUI based editors to be a really bad experience compared to VS Code. I am not good at remembering keyboard shortcuts (once had a job that enforced Vim use, never really got accustomed to Vim) and I really like that VS Code has a GUI.
https://www.barebones.com/products/bbedit/
Also on macOS, Panic’s recent Nova editor includes SFTP. Nova is more closely aligned with VScode
https://nova.app
Also be aware that it is possible to use tools like either mount a remote SFTP sever on your local file system. This allows any editor to work on remote files.
On macOS in the Personally these days I mostly code on a Linux KDE system where I use VSCode. On my Macs, I use BBEdit as I have for 25 years.
I do have my eyes on Nova and Zed. Once Zed gets Linux support, I will give it a serious try. 1990’s there was a standard protocol many apps used that allowed your editor to integrated with a stand alone SFTP program. Even though BBEdit had built in SFTP, I would typically use Panic’s Transmit SFTP via this method
Personally these days I mostly code on a Linux KDE system where I use VSCode. On my Macs, I use BBEdit as I have for 25 years.
I do have my eyes on Nova and Zed. Once Zed gets Linux support, I will give it a serious try.