Node.js Tools For VS Released
Written by Kay Ewbank   
Monday, 30 March 2015

Node.js Tools 1.0 for Visual Studio (NTVS) has reached version 1.0 and can now be downloaded. The plug in lets you program Node.js within the Visual Studio IDE, and supports editing with IntelliSense, debugging locally and remotely, profiling and deployment of Node.js projects.  

 

The new release has improvements in the editing options, code completion, and npm integration. It supports syntax highlighting, code-folding such as brace-completion, and automatic formatting.

 

nodejs1

 

The code completion means NTVS will statically analyze your project to provide you with syntactically-correct code completions for your Node.js code and packages.

The REPL interactive window is another area that has been improved, so you can see inline results for code, with full syntax highlighting and completions.

 

nodejsrepl

 

The npm integration has improved so you can use the Solution Explorer to manage the npm dependencies, and can search for and install dependencies from the npm registry in the UI. If dependencies are missing, NTVS will warn you.

The debugging options mean you can step through your code with breakpoints and automatic exception notifications, and use features including conditional breakpoints, tracepoints, hit counts, and edit-and-continue.

It seems that if you want an IDE for Node Windows is a good place to start. 

 

nodejstools

 

More Information

Node.js Tools 1.0 for Visual Studio

Download NTVS

Related Articles

Node.js Tools for Visual Studio

Node.js Tools for VS Updated

Python Tools for Visual Studio - Free Plug-In 

Python Tools for Visual Studio 2.0 Alpha

 

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

 

Banner


Rust Twice As Productive As C++
03/04/2024

Google director of engineering, Lars Bergstrom, gave a talk at the recent Rust Nation UK conference and claimed that Rust was twice as productive as C++. Given how good Google is at C++, this is quite [ ... ]



ZLUDA Ports CUDA Applications To AMD GPUs
18/04/2024

ZLUDA is a translation layer that lets you run unmodified CUDA applications with near-native performance on AMD GPUs. But it is walking a fine line with regards to legality.


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Monday, 30 March 2015 )