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

Commented Issue: No completions on 'mongoose' module [426]

$
0
0
These are my require calls:

```
var express = require('express');
var routes = require('./routes');
var http = require('http');
var path = require('path');
var mongoose = require('mongoose');

var app = express();
```

I get completions against express, app, but I don't get completions for mongoose.
Comments: I'm not seeing anything in my completions list other than the standard 7 entries (constructor, hasOwnProperty, etc).

Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>