Created Issue: Function overloads are not combined when they match [962]
```var x = 'abc'x = []x.toString(```There are two overloads for `toString`, all of which have the same parameters (none) and subtly different descriptions.Would be nice to merge the signatures and only...
View ArticleCreated Issue: missing completions and parameter help for restify [963]
In the following code:```var restify = require('restify');var server = restify.createServer({ name: 'myapp', version:...
View ArticleCreated Issue: No completions for sqlite3 [964]
```var sqlite = require('sqlite3');sqlite.```The completion list doesn't appear at all. Hovering over `sqlite` does give its type as "exports from sqlite3.js", though.
View ArticleCreated Issue: No docstrings in member list tooltip [965]
You only see doctrines in signature help.
View ArticleCreated Unassigned: isense: winston dont work [966]
issue is that they have both a winston folder & winston.js & analyzer gets confused.
View ArticleEdited Issue: No docstrings in member list tooltip [965]
You only see docstrings in signature help.
View ArticleCreated Issue: Require not showing installed package [968]
Installed minimist using npm ui. It was installed but for some reason didn't get added to package.json. I added the entry into package.json. minimist is not in the require completion list```var argv =...
View ArticleCreated Unassigned: Unit test debugging doesn't work [969]
Try and debug a test, debugger attaches to the useless process, and then you never hit breakpoints in unit test cases.
View ArticleCreated Issue: 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 ArticleCreated Unassigned: VS crashes while typing in the editor after heavy usage...
Configuration:Win8.1 with all the latest update, CHS, x64. Node.js x64VS 2013 Ultimate ENUNTVS build 20509 Azure Tools 2.3 Repro steps:- Installed package 'Request'- typed in some sample code from the...
View ArticleEdited Issue: VS crashes while typing in the editor after heavy usage of...
Configuration:Win8.1 with all the latest update, CHS, x64. Node.js x64VS 2013 Ultimate ENUNTVS build 20509 Azure Tools 2.3 Repro steps:- Installed package 'Request'- typed in some sample code from the...
View ArticleEdited Issue: Crash while installing package [942]
VS 2013, build 20509.00VS crashed while installing the 'formidable' package.```Application: devenv.exeFramework Version: v4.0.30319Description: The process was terminated due to an unhandled...
View ArticleCommented Issue: VS crashes at launch if the interactive window is left open...
Configuration: 1. Windows 8.1 with the latest updates. CHS (but this is not language specific)2. VS 2013 3. NTVS private build 20508.004. Azure SDK Repro steps:1. Start VS, open the Node.js Interactive...
View ArticleCreated Issue: require intellisense completion list doesn't contain modules...
If you add JS files to your project, you don't see them when you type `require(`.
View ArticleCommented Issue: missing completions on formidable form [947]
parse function doesn't show in completions:```var formidable = require('formidable');var form =...
View ArticleEdited Issue: require intellisense completion list doesn't contain newly...
If you add JS files to your project, you don't see them when you type `require(`.You need to close and reopen the solution for them to appear.
View ArticleCreated Issue: build fails after uninstalling package [973]
Create new projectInstall a module, for ex: bcryptF5/runClose and reopen solution (that seems to make a difference)Right click on bcrypt in npm solution explorer and select Uninstall F5/runResult:...
View ArticleCreated Issue: crash while defining a new function [974]
vs 2013, build 20509.00I think I was just done typing something like```function trimVersion(```and it crashed:```Application: devenv.exeFramework Version: v4.0.30319Description: The process was...
View ArticleCreated Unassigned: Crashes on run if 'less-middleware' added [975]
VS crashes on Run of Node.js app with this code inn app.js```var express = require('express');var routes = require('./routes');var user = require('./routes/user');var http = require('http');var path =...
View Article