5 ms·
You can actually still use a GUI editor with cloud-based development. The majority of my code is stored on a Linode server. I use SSHFS to mount my working fol
by WillP 14y ago
You can actually still use a GUI editor with cloud-based development.
The majority of my code is stored on a Linode server. I use SSHFS to mount my working folder and edit in whatever editor I like (typically Geany). Connectivity is still an issue, but can be mitigated by tweaking the cache timeout.
- cmwelsh 14y agoI've had issues with sshfs not sending the proper signals when files are deleted or renamed. It can make it quite frustrating when relying on tools that watch the filesystem for changes (like precompilers or editor tree views).
- antihero 14y agoCould those tools not be run remotely?
- lallysingh 14y agoSome editors support editing remote files. Emacs and TRAMP (<http://www.gnu.org/software/tramp/#Overview> http://www.gnu.org/software/tramp/#Overview>) does this perfectly well. BBEdit 10 also does it (<http://www.andre-aulich.de/en/perm/edit-remote-files-using-your-local-bbedit-app-and-a-secure-ssh-connection> http://www.andre-aulich.de/en/perm/edit-remote-files-using-y...). That editor is completely underrated.
- Freaky 14y agoVim supports remote editing too, with netrw: http://vimdoc.sourceforge.net/htmldoc/pi_netrw.html http://vimdoc.sourceforge.net/htmldoc/pi_netrw.html