| « Asynchronous EUSS ! | How to improve your intranet ASP.NET web application performance ? » |
How to enable true intellisense on javascript files
Hi all,
I have just read a post I thought I should share with you. You may have already heard about jquery and the fact that with the version 1.3, there was a vsdoc file that you could download so that you could have intellisense while writing javascript using jquery. Now, a patch is released for Visual Studio which, enables support for vsdoc files. Not only for jQuery, but for any javascript file.
Here is the link to the original post : http://blogs.msdn.com/webdevtools/archive/2008/11/07/hotfix-to-enable-vsdoc-js-intellisense-doc-files-is-now-available.aspx
Here is the link to the jquery web site, where you can download the vsdoc file : jQuery web-site (look for the "Documentation: Visual Studio")
Of course, vsdoc are not supposed to be deployed. They exists only to help developpers.