New Post: Should there be Intellisense on Express's req and res?
I notice that there's no Intellisense on Express's req and res (because the types are unknown) in this context:-var app = express(); app.get('/', function (req, res) { ... }); Should there be? Or is...
View ArticleNew Post: Please consider moving this project to GitHub
Hi, mousetraps, I see what you mean about the release reviews. In addition to the VS extension gallery, why not set up a blog on MSDN? The TS team accompany each release with a blog post and they seem...
View ArticleCommented Unassigned: 100% CPU usage for very long periods (system unusable)...
As long as I have one single Node.js project open in VS, the CPU hits 100% and stays there for prolonged periods, making the complete Windows desktop unusable.CPU usage will eventually drop to 50%-60...
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: Breakpoints don't work on unit tests using io.js [1794]
NTVS 30129.00VS 2013 U4io.jsRepro:1. Create an Azure Express 4 web app2. Add a JavaScriptUnitTest or a Mocha unit test3. Run the unit test4. Set a breakpoint in one of the failed unit test5. In test...
View ArticleCommented Issue: Weird project refresh issue [1793]
Don't know how it happened, but VS2013 + NTVS RC2 got itself in a tizzy, and the project as a whole kept trying to refresh itself, over and over. An obvious manifestation of this was if I expanded a...
View ArticleCreated Issue: max_path warning not firing for publish operation [1800]
This is because files get copied in a longer path during publish. It's also possible to get into a state where there is no warning, and publish just fails
View ArticleNew Post: Should there be Intellisense on Express's req and res?
Nope, we don't handle that callback at the moment. Maybe for a future release, though. There's an issue tracking it here. http://nodejstools.codeplex.com/workitem/150
View ArticleEdited Issue: max_path warning not firing for publish operation [1800]
This is because files get copied in a longer path during publish. It's also possible to get into a state where there is no warning, and publish just fails
View ArticleEdited Issue: Version not supported error when using chocolatey shim for...
When using the chocolatey nodejs.commandline package, it generates a shim in `C:\ProgramData\chocolatey\bin\node.exe`. After upgrading to the current version of node.js tools (1.0 RC2), it picked that...
View ArticleCommented Issue: Version not supported error when using chocolatey shim for...
When using the chocolatey nodejs.commandline package, it generates a shim in `C:\ProgramData\chocolatey\bin\node.exe`. After upgrading to the current version of node.js tools (1.0 RC2), it picked that...
View ArticleEdited Issue: Unable to profile with io.js [1798]
Config:- Win8.1 ENU- io.js- VS2013.4 Community- NTVS 30129.00Repro:1. Create a starter Azure Express 3 web app under c:\ntvs2. Select Analyze->Profile (nodejs)3. Close the website after it...
View ArticleCommented Unassigned: WAT070: The referenced assembly WorkerRole.exe was not...
Attempting to build an Azure Cloud Services project via MSBuild emits the following error. As far as I was aware the Worker Role (Nodejs) projects do not generate an executable file, nor can I find any...
View ArticleEdited Unassigned: WAT070: The referenced assembly WorkerRole.exe was not...
Attempting to build an Azure Cloud Services project via MSBuild emits the following error. As far as I was aware the Worker Role (Nodejs) projects do not generate an executable file, nor can I find any...
View ArticleEdited Unassigned: JSLint.VS2013 go-to-line problem [1792]
I use the JSLint.VS2013 extension quite a lot.It's probably not the fault of NTVS, but I note that clicking or double-clicking on a reported message fails to go to the line in question, in the editor....
View ArticleCommented Unassigned: open old project on VS 2013 error when update NTVS 1.0...
E:\MEAN\Poll\VoteOnline\VoteOnline.njsproj : error : The project file 'E:\MEAN\Poll\VoteOnline\VoteOnline.njsproj' cannot be opened.There is a missing project subtype.Subtype:...
View ArticleEdited Issue: Breakpoints don't work on unit tests using io.js [1794]
NTVS 30129.00VS 2013 U4io.jsRepro:1. Create an Azure Express 4 web app2. Add a JavaScriptUnitTest or a Mocha unit test3. Run the unit test4. Set a breakpoint in one of the failed unit test5. In test...
View ArticleCommented Issue: hundreds of error warnings from dependent packages [1195]
issue even occurs with built-in templates (e.g. express)Comments: I am having the same issue, node_modules is excluded from the project.
View ArticleEdited Issue: Weird project refresh issue [1793]
Don't know how it happened, but VS2013 + NTVS RC2 got itself in a tizzy, and the project as a whole kept trying to refresh itself, over and over. An obvious manifestation of this was if I expanded a...
View ArticleEdited Issue: No completions on Express 4 router [1765]
Create express 4 project using our project templateIn users.js or routes.js:```var express = require('express');var router = express.Router();router.```I don't get any completions on `router.`.
View Article