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.
Comments: Fixed - https://nodejstools.codeplex.com/SourceControl/changeset/faeb297e31ca5adc3ae379a5a4b88c38c35b6590
```
/// <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.
Comments: Fixed - https://nodejstools.codeplex.com/SourceControl/changeset/faeb297e31ca5adc3ae379a5a4b88c38c35b6590