JS Intellisense is peeling at best. Despite all these articles, in my experience, it does not work as advertised. I would suggest:
- Make sure that all your JS files are in the same project (which makes work between projects even more difficult).
- ,
/// <reference path="Test.js" />
- JS. - ,
Test.js
( JSLint ) vsdoc. Output
, , - , intellisense. JS , .
Test-vsdoc.js
( , JS , intellisense):
NameSpace.prototype.UI = new function () {
this.Splash = function (value) {
}
}
VS , IDE ( Ctrl + Shift + J)