0
votes

I use Visual Studio 2013 on my local machine to connect to my Visual Studio Team Services (VSTS) account for the source code repository. Having that said, is there a feature in the VSTS and/or Azure which if used, will eliminate the need of having Visual Studio on our local machine. Azure says that build, test and deploy. So, I am wondering if build includes construct as well.

1
You can use things like the Monaco editor, but personally, I think you'll find developing locally with the desktop IDE is the most robust choice.DanielG
"build" in that context is more around "build automation", not coding...JuneT
What type of project are you developing? If VS is your IDE for your platform, you will have to stick with it. As DanielG says, there is Monoca, but that's not a full editor.DaveShaw
Thank you Guys. We work on various projects, ASP.NET, MVC, Windows Forms. When I visited this link visualstudio.com/en-us/products/…. It mentions that Visual Studio Online Professional can be used for debugging and has IDE. So this makes me wonder if VS is available in Azure/Cloud.JackMith
Visual Studio Online Professional is a level/SKU that includes the basic capabilities of Visual Studio Online in addition to a "monthly rental" of the Visual Studio Professional IDE that installs on your machine.Ed Blankenship

1 Answers

0
votes

Your MSDN account comes with $150 of clouds time. You can spin up a VM with Visual Studio pre-installed from a template in only a few minutes. This would allow you to remote to a VM with VS rather than having to install it locally.