I am trying to figure out if Visual Studio 2012 can be used as a complete Linux development package. I know that this is not an ordinary question, but work with me. Until now, I am able to use Visual Studio as a text editor for editing inside a Linux virtual machine running on my computer.
The way I did this is to create a permanent ssh portal that acts like a hard drive in my windows. I did this using the WebDrive program:

So, this is cool, it means that I have the opportunity to fully view my C ++ Linux project from Visual Studio. This provides all the cool C ++ editing features that I like in visual studio.
So where from here?
Basically, what I have now is a heavy, illustrious text editor.
What I would like to do is get the whole Shabbat to work.
I would like to be able to compile and run code from visual studio remotely at the server address. Is it possible? Code built with cmake compiler and g ++?
source share