In your JS files, you'll need to include the reference comment: /// <reference path="path/to/vsdoc.js" />
But whereas you would normally refer to the actual mooTools file, you can instead reference the -vsdoc.js file directly. Same sort of thing if you need to include it on an .aspx / master page - just refer to the vsdoc file in a function that always evaluates to false (see the 'usage' page in the wiki). This file will never be loaded - in the browser the above 'reference' will just appear as a comment, and the including on an aspx page will never actually happen because of the wrapping function. On May 21, 4:10 pm, csuwldcat <[email protected]> wrote: > How can I add you intellisense if I am getting my Mootools Core js > from Google API? It arrives JIT to the page and is not ref'd in the > js file obviously... :( > > On May 21, 3:09 am, fakedarren <[email protected]> wrote: > > > I have updated this now to version '1.0', now has all documentation > > for the Core including options for things like Request, Fx etc. > > >http://code.google.com/p/mootoolsintellisense/downloads/list
