I'm working on an ASP.NET MVC project using jQuery.
I'm referencing the jQuery VSDoc file (jquery-1.3.2-vsdoc.js
) in order to get Intellisense for jQuery in Visual Studio:
<% /* %><script src="~/Scripts/jquery-1.3.2-vsdoc.js"></script><% */ %>
Then Resharpers live solution analysis (the red/green symbol in the lower right status bar) complains about the closing comment ( */ ).
Is there another way of including the VSDoc file without Reshaper (v4.5) complaining?