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

Edited Issue: Reference path comments are not respected by Intellisense [552]

$
0
0
Special helper comments like
```
/// <reference path="somefile.js" />
```
are not respected by Intellisense if the project is used with the NTVS.

I know that using __require__ does enable Intellisense for included file, but there is project [node-webkit](https://github.com/rogerwang/node-webkit) which is based on node.js but can also use browser-base include of javascript files. NTVS works fine with node-webkit-based projects as soon as they include js files with __require__ instead of browser-based script references. Otherwise, autocompletion becomes broken without reference comments.


Viewing all articles
Browse latest Browse all 4630

Trending Articles