Edited Issue: 'npm dedup' spelled wrong [1753]
should be "dedupe" -https://docs.npmjs.com/cli/dedupe
View ArticleEdited Issue: Links to js files not being loaded from VS2012 project file [1511]
My scenario:I want to use VS to debug a Jasmine test. There are two directories involved: Jasmine, and my foo-spec.js code. In my "stock project" intended to run arbitrary Jasmine foo-spec.js files, I...
View ArticleCreated Issue: Old variables are still in intellisense even after reanalyzing...
try making ```var randomVar = "hello random var";```then, wait for analysis to happen. then, type.```rand ```followed by ctrl + space. You should see randomVar in the list.Now delete the two lines you...
View ArticleUpdated Release: NTVS 1.0 RC2 (Jan 09, 2015)
We’re pleased to announce the second release candidate for Node.js Tools for Visual Studio 1.0.Node.js Tools for Visual Studio (NTVS) is a free, open-source plug-in that turns Visual Studio into a...
View ArticleReleased: NTVS 1.0 RC2 (Jan 12, 2015)
We’re pleased to announce the second release candidate for Node.js Tools for Visual Studio 1.0. Node.js Tools for Visual Studio (NTVS) is a free, open-source plug-in that turns Visual Studio into a...
View ArticleUpdated Release: NTVS 1.0 RC2 (Jan 12, 2015)
We’re pleased to announce the second release candidate for Node.js Tools for Visual Studio 1.0.Node.js Tools for Visual Studio (NTVS) is a free, open-source plug-in that turns Visual Studio into a...
View ArticleUpdated Wiki: Home
INSTALLATIONSCREENSHOTSVIDEOSNEWSAZURECONTRIBUTIONSBUILDINGRELATEDRecommended Download: 1.0 RC2NTVS is a free, open source plugin that turns Visual Studio into a Node.js IDE. NTVS supports Editing,...
View ArticleEdited Unassigned: Not getting completion most of the time [1771]
So I am new to nodejs and and installed NTVS on a fresh install of VS2013 community on Win7 64. The intellisense is maddening. Sometimes I get something while other times I get nothing at all. Frankly...
View ArticleCommented Unassigned: Not getting completion most of the time [1771]
So I am new to nodejs and and installed NTVS on a fresh install of VS2013 community on Win7 64. The intellisense is maddening. Sometimes I get something while other times I get nothing at all. Frankly...
View ArticleEdited Issue: Not getting completion most of the time [1771]
So I am new to nodejs and and installed NTVS on a fresh install of VS2013 community on Win7 64. The intellisense is maddening. Sometimes I get something while other times I get nothing at all. Frankly...
View Article"Class" in the Test Explorer does not work [1752]">Edited Issue: "Group By" > "Class" in the Test Explorer does not work [1752]
Hi, VS: 2013NTVS: 19-Dec dev buildThe "Group By" > "Class" feature in the Test Explorer groups by exported tests rather than the name of the file in which they are defined.E.g.```typescript//...
View ArticleEdited Issue: Infinite loop in GetPreviousTokenization() [1757]
The GetPreviousTokenization() function has an infinite loop, because `currentLineTemp` is never changed within the loop:```while (currentLineTemp <= snapshot.LineCount) { if...
View ArticleCommented Unassigned: Debugger shows 'no children' for all object instances....
On VS2013 with NTVS installed, all non-string javascript objects show "no children" when expanding. What causes this?Comments: If this is node.exe version >= 10.34 its a known bug in node.exe.
View ArticleEdited Issue: Unable re-attaching to running node app [1734]
Unable to attache to running node app the second time, and get the following error`Unable to attach to the process. General Exception`If restart VS2013 then it works until re-attaching.
View ArticleEdited Issue: Unable re-attaching to running node app [1734]
Unable to attache to running node app the second time, and get the following error`Unable to attach to the process. General Exception`If restart VS2013 then it works until re-attaching.
View ArticleEdited Issue: function abc() {} in the REPL results in different code from...
Type "function abc() {<enter>}" results in:```> function abc() {. }. }```when typed into the REPL window. In the editor it properly handles the brace matching completion.
View ArticleNew Post: Amazing work
Guys, I've been playing around with NodeJS for some time now, mostly using command-line tools, vim, webstorm, etc. on the Mac. Today I just tried this package and I'm amazed at how well it works....
View ArticleCreated Unassigned: some sections in njsproj should be in a different file....
The source code for a web site usually will not contain things like MongoDB passwords, etc. They'll reside in environment variables that's specific for that installation. When working with NTVS, you...
View ArticleReviewed: NTVS 1.0 RC2 (Jan 13, 2015)
Rated 5 Stars (out of 5) - Lovely, but can't compile... Selected TypeScript Node.JS Blank Azure Project Template and compiled... fyi: VS2013 Ultimate Update 4 Error 7 The "ToolsVersion" parameter is...
View ArticleReviewed: NTVS 1.0 RC2 (Jan 13, 2015)
Rated 5 Stars (out of 5) - Lovely, but can't compile... Selected TypeScript Node.JS Blank Azure Project Template and compiled... fyi: VS2013 Ultimate Update 4 Error 7 The "ToolsVersion" parameter is...
View Article