I work with asp.net and write several classes (controls for CMS) for use on my site. Right now I'm using a text editor (UE) that has sftp support and syntax highlighting to edit files and save using sftp. Then I just check it out on the test site. It works well .. but since I am very new to C #, I am always looking for methods, arguments, etc.
Impossible, but pain.
So, it includes Visual Studio. I would like to use VS, so I get autocomplete and bindings to MSDN. However, I am not interested in setting up a local environment for work, since I already have a test environment on my web hosting, and frankly, these are the differences between my setting and the host (i.e.: CMS problems, unicode, dates ...) which are more complex bits.
Is there a way to use Visual Studio with a remote site only accessible by sftp?
source
share