Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.



Some editors support editing remote files. Emacs and TRAMP (<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-y...). That editor is completely underrated.


Vim supports remote editing too, with netrw: http://vimdoc.sourceforge.net/htmldoc/pi_netrw.html


I'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).


Could those tools not be run remotely?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: