Edited Issue: Document firewall prompt [72]
Document firewall prompt - when first launching node, you get a firewall prompt
View ArticleEdited Issue: Documentation: Intellisense is off when using Resharper [562]
I think someone else should confirm this; but I had Resharper configured to provide intellisense for my javascript files and it seem to be overriding the completion list provided by this VS extension....
View ArticleEdited Issue: Documentation: Problem 'installing' kerberos when trying to...
Hi,I came across a problem reported here a couple of times concerning the installation of the kerberos package (used by mongoose) on Windows 8.1My workaround was to:- Install Python 2.7- Update the...
View ArticleEdited Feature: Author MAX_PATH Documentation [1319]
Author MAX_PATH Documentation for pointing users to after they run into the issue. This would be useful when resolving/closing bugs related to Max Path.
View ArticleEdited Issue: body-parser member info missing [1239]
```jsvar bodyParser = require('body-parser');bodyParser();bodyParser.json();````bodyParser` only displays members that are universal to all objects - no info when calling it or on `json`.It seems that...
View ArticleEdited Feature: Improve definite assignment [1313]
Right now it's terribly broken, we need to get scoping right which will also probably improve perf.
View ArticleEdited Issue: No IntelliSense on external modules and suspiciously small 1MB...
Express for Web 2013 Update 3Create new console appnpm install azurenpm install mongooseType this:var mongoose = require(and see if mongoose and azure are in the list of completions.Restart VS and...
View ArticleEdited Issue: Author landing page for post install [1558]
Need to create better post page at http://go.microsoft.com/fwlink/?LinkID=519208Currently it is pointing at: https://nodejstools.codeplex.com/wikipage?title=InstallationWe should make a full new page...
View ArticleClosed Feature: require intellisense doesn't support substrings [970]
For a module named 'node-uuid', when you type:```require(```you'll get a completion list that shows up, which includes node-uuid. At that point if you type `uuid`, the completion list will disappear...
View ArticleEdited Feature: require intellisense doesn't support substrings [970]
For a module named 'node-uuid', when you type:```require(```you'll get a completion list that shows up, which includes node-uuid. At that point if you type `uuid`, the completion list will disappear...
View ArticleEdited Unassigned: Nodejs project build on MSBuild [1451]
We have a NodeJs project that we want to build on our TFS Server. We are using the Default Git template for our Build Definition. However we are getting the following...
View ArticleCommented Unassigned: Allow $(ProjectDir) in paths in NTVS properties window...
We would like to be able to use Visual Studio variables like $(ProjectDir) in the NTVS properties dialog. That would really speed up our workflows and help prevent collisions between developers.NTVS...
View ArticleNew Post: How to use a local node.exe in a node project
Hi, I'm looking for a solution to this problem : I have a node project and I don't want to force other developers in my team to install node.js globally (I mean by the msi installer). I would like...
View ArticleCommented Issue: Node project folder colors are different [860]
Hi,**NTVS Version**: NTVS Dev 2014-03-12 VS 2013.msi**VS Version **: Visual Studio 2013 UltimateI've attached a screenshot showing that the folders in Node projects are white, whereas they are a sort...
View ArticleNew Post: How to use a local node.exe in a node project
You can specify the path to node.exe in project properties (last item under the Project top-level menu).
View ArticleNew Post: How to use a local node.exe in a node project
Thank you for your answer. My question is not really about how to specify the path for node. It's more about how to install node.js in the project without having to install it on the machine by the msi...
View ArticleNew Post: How to use a local node.exe in a node project
Well, since Node is basically just node.exe, it seems that including it directly in the project as a file is not unreasonable. But yes, the lack of support for relative paths to node.exe makes it...
View ArticleNew Post: How to use a local node.exe in a node project
My question is answered, thank you :) This is the link to nuget feature request : https://nuget.codeplex.com/workitem/4385 For now, we'll change the path for each environment.
View ArticleReviewed: NTVS 1.0 RC (Nov 25, 2014)
Rated 4 Stars (out of 5) - Keeps getting better. The "Open folder in File Explorer" for npm folders is very useful.
View ArticleCreated Unassigned: Please remove the "Node.js Interactive Window" [1581]
Hi,NTVS: 1.0 RCVS: 2013 Ultimate Update 4This option appears to have been added to the general context menu and hence appears for all projects everywhere.The NodeJS interactive window is very useful...
View Article