Commented Issue: Improve formatting of signature help? [922]
The forEach function in lodash gives such a large tooltip, it can be scary. The bolding for each parameter helps somewhat, but I'm wondering if the newline formatting can be...
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 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 should add add close quote [927]
The editor experience can be improved for require. Upon selection we should add the trailing close quote.
View ArticleEdited Feature: Update Analysis Tests [924]
Areas that need additional work* Parser recovery* Other parser* Scanner debt
View ArticleEdited Feature: Add support for passing in v8 log path [1104]
Add support for opening v8 perf log as a performance session.```User provides path to v8 logWe create a perf session and process the file which we hand off to VS to display```
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 Feature: Require should add add close quote [927]
The editor experience can be improved for require. Upon selection we should add the trailing close quote.
View ArticleEdited Feature: Intellisense status updates [923]
Currently there is no clear indication (other than cpu) that analysis is running. We should provide a status message that shows the state of analysis. The interpreters window might be a good way to...
View ArticleEdited Feature: NuGet integration for TypeScript support [716]
We need to investigate NuGet integration support for installing TypeScript files. That includes looking into if we can push the install directly into typings instead of having a scripts folder.
View ArticleEdited Feature: Node.js project templates don't support NuGet [622]
I would like to use the NuGet packages from DefinitelyTyped to install TypeScript definition files.Unfortunately the Node.js projects don't support NuGet.
View ArticleEdited Feature: Support converting projects to Azure deployment [416]
We should make it easy to deploy an application that started as a basic node application. This needs to be easily discoverable.We may also want to update to 3 varieties of...
View ArticleEdited Issue: require() package name completion incorrectly autocompletes on...
In a project, while editing a .js file, try:```require('./```It starts showing the package completion list after the quote, and tracking a matching selection. But as soon as you type `/`, it will...
View ArticleEdited Issue: Assert analyzing Prettify.js [926]
Analysis of this module doesn't complete
View ArticleEdited Issue: pg npm module causes visual studio to crash [1065]
Start a new express project. Do an npm install pg. Visual studio will crash and every time you open the project from that point visual studio will crash.
View ArticleEdited Issue: pg npm module causes visual studio to crash [1065]
Start a new express project. Do an npm install pg. Visual studio will crash and every time you open the project from that point visual studio will crash.
View ArticleCommented Issue: Add New Item - JavaScript Unit Test file no longer there?...
VS 2013 UltimateNTVS 20606I only see the TypeScript Unit Test file item, not the JavaScript one.Comments: VS 2012, today's build, the new item is there, but it doesn't work: ```...
View ArticleNew Comment on "Build Instructions for NTVS"
I build the product successfully but the Microsoft.NodejsTools.vsix doesn't want to install on my machine: "The extension is not installable on any currently install products". Here's the build output....
View ArticleEdited Issue: require() package name completion incorrectly autocompletes on...
In a project, while editing a .js file, try:```require('./```It starts showing the package completion list after the quote, and tracking a matching selection. But as soon as you type `/`, it will...
View Article