I added the vsdoc jquery reference in my js file:
/// <reference path="../jquery-1.4.1.vsdoc.js" />
This works fine, but once I write inside a no conflict wrapper...
(function ($) {
...here...
})(jQuery);
...IntelliSense does not work.
Why is this, and is there any way to solve this?