I am working on an ASP.NET MVC project using jQuery.
I reference the jQuery VSDoc ( jquery-1.3.2-vsdoc.js) file to get Intellisense for jQuery in Visual Studio:
<% /* %><script src="~/Scripts/jquery-1.3.2-vsdoc.js"></script><% */ %>
Then a real-time analysis of Resharpers solutions (red / green symbol in the lower status bar on the right) complains about the closing comment (* /).
Is there any other way to include a VSDoc file without a Reshaper (v4.5) request?
source
share