
Hello,
I just recently got forced back onto the Windows platform when I got a new job and IT by default gave me a Windows 10 laptop.
I do a lot of work coding mostly jajascript, but Python and Perl does happen too, and was looking for a editor that supported a lot of the usual file formats like JSON and so. Code Writer does just that and it seems to work well even though I have only used it for a couple of days now.
One thing I do miss is a facility to log into a remote server via SSH (SCP or SFTP), access a file and then pull that file back to the Code Writer app, edit it and then push it back to the server via the same SSH connection with some versioning logic built in. Essentially a remote edit support via SFTP.
I know I could install a CIFS server on the host I'm working on (in this case a Ubuntu server) and then share the filesystem but I really don't want to do that on a production system due to the overhead and security aspects of running CIFS on your network. Access to the servers is via SSH so it would be great if Code Writer could do that for me without me having to pull the file back manually, edit it and the push it to the server again.
Would that be possible?