What should I do to obtain javascript intellisense for my own js library in Visual Studio
问题 I have multiple javascript files and they have their own functions. If I make reference one of them to inside any of them, it doesnt see its functions if the function is not prototype. What is logic inside the Intellisense ? I want to use Splash function with Intellisense feature below, how can I do that ? //My.js /// <reference path="Test.js" /> . //Test.js NameSpace.prototype.UI = new function () { this.Splash = function (value) { try { if (value == 1) { $('#splash').css('height', $