Quantcast
Channel: Node.js Tools for Visual Studio
Browsing all 4630 articles
Browse latest View live
↧

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 Article


Created 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 Article


Created 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 Article

Created Issue: No docstrings in member list tooltip [965]

You only see doctrines in signature help.

View Article

Created Unassigned: isense: winston dont work [966]

issue is that they have both a winston folder & winston.js & analyzer gets confused.

View Article


Edited Issue: No docstrings in member list tooltip [965]

You only see docstrings in signature help.

View Article

Created Issue: Editor shows "set" as keyword [967]

Need to properly handle set

View Article

Created 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 Article


Created 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 Article


Created 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 Article

Created 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 Article

Edited 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 Article

Edited 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 Article


Commented 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 Article

Created 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 Article


Commented Issue: missing completions on formidable form [947]

parse function doesn't show in completions:```var formidable = require('formidable');var form =...

View Article

Edited 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 Article


Created 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 Article

Created 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 Article

Created 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
Browsing all 4630 articles
Browse latest View live