New Post: change default debug port
Is it possible to change the default debug port from 5858?
View ArticleCreated Unassigned: IntelliSense Broken for Stdin [560]
Intellisense doesn't work correctly when you do:```process.stdin.```It says:> IntelliSense was unable to determine an accurate completion list for this expression. The provided list contains all...
View ArticleCreated Unassigned: Improve User Experience for NPM Package Management Dialog...
Hello,Some suggestions:* I am really not a fan of dialogs. Can "NPM" Status screen be merged into the npm dialog? So updates and status are inline. If we want to check the console status, we could...
View ArticleEdited Unassigned: Improve User Experience for NPM Package Management Dialog...
Hello,Some suggestions:* I am really not a fan of dialogs. Can "NPM" Status screen be merged into the npm dialog? So updates and status are inline. If we want to check the console status, we could...
View ArticleEdited Unassigned: IntelliSense Broken for Stdin [560]
Intellisense doesn't work correctly when you do:```process.stdin.```It says:> IntelliSense was unable to determine an accurate completion list for this expression. The provided list contains all...
View ArticleNew Post: TypeScript support?
I can't seem to be able to add a typescript file to a project. Are there plans for TS support ? Cheers!
View ArticleSource code checked in, #9dfb08d0be915e84a9306dc7b698324f3272299a
548 PTVSSupportPath in Microsoft.NodejsTools.targets Removes PTVSSupportPath which was unused 523 Cannot move projects into solution folder Tracks the project in _diskNodes so that we properly respond...
View ArticleSource code checked in, #54962340b89a18f99e5741699f477a829482ef7c
Another tweak to this profiling test that's failing, log the name, and remove a session if one's hanging around
View ArticleSource code checked in, #f332811648639a4ce1a266ad5f2fff7c84d46277
Steve and I are doing a cycle of integrations, this is the 1st one RIing Node to Main. This is the 1st time that Node.js will start showing up in all of our branches. There's also a couple of small...
View ArticleSource code checked in, #12c0d676ac7ec16f9c860d4eebdd038547234478
Remove duplicate resource reference
View ArticleCreated Unassigned: 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 ArticleCommented Issue: Reference path comments are not respected by Intellisense [552]
Special helper comments like ```/// <reference path="somefile.js" />```are not respected by Intellisense if the project is used with the NTVS.I know that using __require__ does enable...
View ArticleNew Post: Client debugging with NTVS
Hi! I'm just checking whether I'm correct that there isn't a way to do client javascript debugging yet within VS. I didn't see any reference yet in the documentation, and I found this issue via search:...
View ArticleCreated Unassigned: Crash when opening a project with invalid package.json [563]
When opening an existing NodeJs Visual Studio project with an invalid package.json, project loads failed and it crashes VS. It would be nice to popup an alert showing for example: "Invalid package.json...
View ArticleCommented Issue: Error: Cannot find module '../build/Release/kerberos' [556]
Strange error when trying to start debug project, the project works perfectly on debug as well as run command from command line.I have attached AppCrash reports and screenshot in compress file, have a...
View ArticleEdited Issue: Crash when opening a project with invalid package.json [563]
When opening an existing NodeJs Visual Studio project with an invalid package.json, project loads failed and it crashes VS. It would be nice to popup an alert showing for example: "Invalid package.json...
View ArticleNew Post: TypeScript support?
We have a work item for TypeScript support: https://nodejstools.codeplex.com/workitem/291 It's one of the top voted items and definitely something we'd like to do. Please vote if you haven't already....
View ArticleCreated Feature: Node.js (V8) debug port configuration in project properties...
We should add support in project properties for configuring the debug port used to connect the Node.js executable (V8) to the NTVS debugger. This should at least include allowing the specification of a...
View ArticleNew Post: change default debug port
In the Alpha release of NTVS it is not possible to specify the Node.js debug port to use. There is a feature request to add this support to NTVS:https://nodejstools.codeplex.com/workitem/564. As a...
View Article