Updated Wiki: NodeJSOnLinuxOnAzure
Debugging Node.js running on LinuxNode.js Tools for Visual Studio (NTVS) supports remote debugging of Node.js processes running on any OS (Windows, Linux, MacOS).This section describes setup steps...
View ArticleUpdated Wiki: UnitTests
Unit TestsUnit tests are short sections of code that test small pieces of functionality belonging to a larger program. By demonstrating that each piece of a program is correct, it is easier to infer...
View ArticleUpdated Wiki: Npm
npmLooking to avoid not-invented-here syndrome? npm allows you to install and manage packages for use in your Node.js apps (among other things). We'll assume you're familiar with basic npm...
View ArticleCommented Unassigned: All Visual Studio UI operations are slow and crashes...
System: Xeon E5-1620 3.6Ghz with 8Gig running Win7ProVS version: VS 2013 Premium Update 2NTVS version: Jul 3 Pre Beta 2First, I created a blank node.js console app, then removed server.js,...
View ArticleCommented Unassigned: NPM Package Manager [1304]
I run VS2013 and just installed the Beta2 of NTVS. I used to like very much the NPM package manager: https://nodejstools.codeplex.com/wikipage?title=NpmBut now when I go to the solution explorer, and...
View ArticleCommented Unassigned: All Visual Studio UI operations are slow and crashes...
System: Xeon E5-1620 3.6Ghz with 8Gig running Win7ProVS version: VS 2013 Premium Update 2NTVS version: Jul 3 Pre Beta 2First, I created a blank node.js console app, then removed server.js,...
View ArticleUpdated Wiki: Home
INSTALLATIONSCREENSHOTSVIDEOSNEWSAZURECONTRIBUTIONSBUILDINGRELATEDRecommended Download: 1.0 Beta 2NTVS is a free, open source plugin that turns Visual Studio into a Node.js IDE. NTVS supports Editing,...
View ArticleCommented Unassigned: All Visual Studio UI operations are slow and crashes...
System: Xeon E5-1620 3.6Ghz with 8Gig running Win7ProVS version: VS 2013 Premium Update 2NTVS version: Jul 3 Pre Beta 2First, I created a blank node.js console app, then removed server.js,...
View ArticleNew Post: Unhandled exception crashes VS2013
While testing latest NTVS version my vS2013 regularly crashes. It happens just before breakpoint should be hit. In beta 1 I got this crash also, even more regularly, but there was other error logged....
View ArticleNew Post: Crash when right click on folder in VS 2012
While using NTVS, if I create a folder lets say "test" and when I try to right click to add something into the folder, VS2012 crashes. Same thing when you click on npm_modules. Note this happens in...
View ArticleCommented Unassigned: NPM Package Manager [1304]
I run VS2013 and just installed the Beta2 of NTVS. I used to like very much the NPM package manager: https://nodejstools.codeplex.com/wikipage?title=NpmBut now when I go to the solution explorer, and...
View ArticleCreated Issue: Missing completions for Date [1307]
http://www.w3schools.com/jsref/jsref_obj_date.aspOur documentation shows member completions on Date, but this doesn't work anymore with the new analysis.Missing:```Date.UTCDate.now```And this won't...
View ArticleCreated Unassigned: npm package list empty [1308]
I've just upgraded to Beta 2 but I can't seem to install new npm packages as the package list is always empty. If I refresh the list it just takes a long time and still comes back with nothing.I can...
View ArticleNew Post: Integrate build tasks into MsBuild
Hello, I'm the author of this littleproject I'd like to work with you, if you want, to integrate this into your toolings. V.Chianese
View ArticleNew Post: Analysing an existing v8.log
I've got a repro, sort of. The warning is spurious - you will see it when using the profiler in the normal way, as well. Unfortunately, it's a silly check that VS always does that is completely...
View ArticleNew Post: Analysing an existing v8.log
I don't see anything suspicious in the way we handle the log in this case. It seems that VS doesn't like the output. One suspicion that I have is that when the Node process is 64-bit, Windows and Linux...
View ArticleUpdated Wiki: Installation
InstallationWelcome to the Node.js Tools for Visual Studio community. Node.js Tools for Visual Studio, aka NTVS, is a free/OSS plug-in that turns Visual Studio into a Node.js IDE. It only takes a few...
View ArticleUpdated Wiki: UnitTests
Unit TestsUnit tests are short sections of code that test small pieces of functionality belonging to a larger program. By demonstrating that each piece of a program is correct, it is easier to infer...
View ArticleUpdated Wiki: Debugging
DebuggingNode.js Tools for Visual Studio (NTVS) includes comprehensive support for debugging Node.js applications. This includes standard support for Breakpoints, Stepping, "Break on exception", and...
View Article