We use the excellent Ext JS JavaScript framework in the development of some ASP.NET Web Applications. Unfortunately the JavaScript IntelliSense in Visual Studio 2008 cannot work with the library. There were some possible workarounds like using a special .js file only for the IntelliSense (here is an example).
This week the Visual Web Developer team published a better workaround:
In a file that runs before ext-base.js, or on the first-line of ext-base.js itself, add the following code:
window.addEventListener = false;
geoffrey.mcgill wrote some important comments on the original post:
The official fix for the problem will be available in the next Visual Studio service pack.
Currently rated 1.4 by 23 people
Posted by ilia on March 16, 2008 01:07 9 Comments Actions: E-mail | Kick it! | del.icio.us | Permalink | Comment RSS