Last Updated: February 25, 2016
·
379
· kjana83

NodeJs with VisualStudio

Microsoft introduced VS Tools for Node Js. Now you can write node js code in Visual Studio 12, 13 itself. Download the tools from https://nodejstools.codeplex.com/ . You can find the templates from under Other Languages->Javascript.

Its a gift for both C# developers (those who wants to move to javascript/nodejs) and nodejs developers well. Thanks to Microsoft.

One other great feature which I liked is Debugging. Yes! now you can debug your nodejs code in Visual Studio itself. And super Intellisence. Can't get better than that.

Give a try. You will love it for sure.