Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Edited Issue: Incomplete completions for mongoose [940]

$
0
0
We're not showing accurate completions for the mongoose package.

```
var mongoose = require( 'mongoose' );
mongoose.connect( 'mongodb://localhost/test' );
var db = mongoose.Connection.
```
There should be lots of stuff on the Connection object. We show nothing.

Viewing all articles
Browse latest Browse all 4630

Trending Articles