Visual Studio 2008 Jquery Intellisense Fails when adding Jquery UI
I've been playing aroung with Jquery for months now but its only recently that I have tested jquery intellisense functionality in Visual Studio 2008
What I have noticed is, Intellisense works perfectly but not until referensing other Jquery Plugins like ui.datepicker.js. the warning message is
Warning 2 Error updating JScript IntelliSense: C:\Users\XXX\Desktop\JqueryExer\Scripts\jquery-1.3.2-vsdoc.js: 'div.childNodes' is null or not an object @ 1487:4 C:\Users\XXX\Desktop\JqueryExer\Pages\MasterPage.master 1 1 C:\...\JqueryExer1\
After surfing around I found a solution which is adding an empty file named ui.datepicker-vsdoc.js, so does this mean that for every plugin I have to add a -VSDOC version of that file? sadly as of writing its the only solution that I have browsed.