/// <reference path="jquery-1.5.vsdoc.js" />
// IntelliSense works here.
function ($, window, document, undefined) { /// <param name="$" type="jQuery" />
// IntelliSense does not work here.
}(jQuery, this, document);
Visual Studio 2008 有解决方法吗?已应用 SP1 修补程序,这就是 IntelliSense 在无冲突包装器之外工作但在内部没有 bueno 的原因。有人说要添加param
注释,但是,唉,这对我也不起作用。