For Visual Studio 2008, when I write
/// <reference path="../jquery-1.4.1.vsdoc.js" /> <intellisense works here> (function ($) { /// <param name="$" type="jQuery" /> <intellisense doesn't work here> })(jQuery);
Does uhleeka help work in VS2010, and not in 2008? Was the upgrade to 2010 a modified setting?
Edit: I have to clarify that this works inside the no shell, but not completely. Outside of the wrapper, I can intellisense $ .getJSON, inside I cannot. Outside, after closing my selector (for example, $ ('# test'), a list appears starting with _load, inside the wrapper there is no list after closing the selector. Just a few examples of different behavior.
Does anyone have any recommendations regarding compatibility with no conflicting shells?
source share