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

Edited Issue: No completions with new keyword [1203]

$
0
0
Using this package:
https://www.npmjs.org/package/glob

```
var Glob = require("glob").Glob
var mg = new Glob(pattern, options, cb)
```

You won't get completions when you type `new Glob(` but you see completions if you type `Glob(` without the `new`.

Viewing all articles
Browse latest Browse all 4630

Trending Articles