News

Microsoft Publishes Node.js Tools for Visual Studio

The tools are open source and include debugging support.

Node.js is the latest JavaScript platform to find a home in Visual Studio. An increasingly popular language for server-side applications, Microsoft has released Node.js Tools for Visual Studio 1.0 beta.

S. Somasegar, Microsoft's Corporate VP of the Developer Division, announced the suite on his blog Friday. He noted that Node.js Tools for Visual Studio (NTVS) is open source under the Apache 2.0 license and available on CodePlex. As of right now, NTVS isn't listed as a project on the new .NET Foundation Web site, which Microsoft unveiled during the Build show last week. (The Foundation includes the .NET Compiler Platform, formerly code-named "Roslyn.")

One of NTVS' primary benefits is the ability to use Visual Studio's debugger, including "all the core debugging features," Somasegar said, including breakpoints, filters, locals, watches, call-stacks and when-hit actions. Debugging works both locally within a Visual Studio Node project, or remotely in a Node app running on Microsoft Azure.

Other features of note in the 1.0 beta include Edit and Continue, allowing changes to server-side code while it's running; full support for TypeScript, including full IntelliSense, profiling and debugging (TypeScript recently reached its first full, 1.0 release); and Azure Worker Roles. Microsoft has a Node.js Developer Center as part of its Azure documentation.

Node.js was developed by Ryan Dahl. It uses "an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices," according to the official Web site. The most current version is 0.10.26.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube