Node.js Tools for VS Updated
Written by Kay Ewbank   
Friday, 25 July 2014

Microsoft has released the second beta of Node.js Tools for Visual Studio 1.0, making it available for download.

 

 

Node.js Tools for Visual Studio (NTVS) is a free add-on for Visual Studio that (as the name suggests) lets you work with Node.js apps in Visual Studio, so making use of features such as IntelliSense and the Visual Studio debugger. It also lets you run Node.js apps on Microsoft Azure Web Sites or Cloud Services. The plug-in comes with a graphical interface for Node's NPM package manager, so you can download Node libraries from the NPM repository from within Visual Studio.

 

vsnodejs14

(click to enlarge)

The updated beta has a new IntelliSense engine that can be used on larger code bases. It also caches the results of an analysis and reuses it in subsequent sessions to provide a better performance. The engine has new features including find all references, goto definition and IntelliSense in the REPL window. On the negative side, some features such as brace completion and outlining have been dropped from this beta, but should be back in Beta 3.

The NPM user interface has also been improved so it’s easier to use. The developers have also added integrated support for invoking NPM inside of the REPL window with a new .npm command.

Unit support has been expanded so you can make use of tests written with the Mocha JavaScript test framework. It’s also now possible to add support for your own unit test frameworks by writing a single Node module which finds and runs the tests.

There’s a long list of bug and ‘issues’ fixes. Code formatting has been re-written for improved performance, the debugger has benefitted from various fixes, and the project load time has been improved.

The new beta is available for download on CodePlex

 

 

nodejstools

 


To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Banner


Microsoft Releases Azure AI Inference SDK For .NET
26/09/2024

Microsoft has introduced an Azure AI Inference SDK for .NET. The SDK can be used to access and use AI models from the Azure AI Model Catalog for inference tasks like chat in .NET applications.



Deno 2 Release Candidate Ready
26/09/2024

The Deno team has released the release candidate for Deno 2.0, which includes everything expected in the final release. This is the largest update since 1.0 back in May 2020, with major changes like t [ ... ]


More News