I program with eclipse and sometimes use GUI text editors like SciTE or vim. However, I\'m at a point in a project that requires me to edit files over a ssh connection in a 80 c
Since sshfs is not supported in WSL at the moment, the tool that worked for me is sshfs-win.
X11 forward can be sluggish... what OS are you connecting to? You might try 'nano' on ubuntu, or 'diakonos' if you want windows key bindings.
You might try the Komodo editor. It has a feature to load a 'remote file' over ssh. It's really convenient.
If you're on Ubuntu, go to Nautilus (file explorer), connect to server (adding sftp:// to the hostname), then voila! You can easily launch gedit to edit your files now.
On Windows, you can use MobaXterm ( http://mobaxterm.mobatek.net ): it has a built-in SSH client with a very useful "SFTP browser".
As soon as you connect to your remote server using SSH, you will see your remote files displayed in this graphical SFTP browser. Just double-click on your files and you will be able to edit them directly on your remote server through SFTP.
Emacs and ange-ftp.