Support JavaScript Intellisense through vsdoc file references
With Intellisense already there for JavaScript, it would be great to be able to extend it with references to additional vsdoc files.
/// <reference path="jquery-1.6.4-vsdoc.js" />
Version 2 RC is released! http://t.co/81PvbrTf
Hello,
In WebMatrix 2 (Beta), there actually is support for external vsdoc-type references – except that the syntax is a bit different; it should work with something like the following:
///
In subsequent releases, we will be changing this to the format you use, which is more consistent with the reference support in Visual Studio.
Thanks for catching that!
—Simon
2 comments
-
Chukwu Ifeanyi commented
jquery vs-doc still not working:
I'm using
///<reference file="jquery-1.7.1-vsdoc.js" /> -
Adam Patridge
commented
This is an attempt to pre-encoded the syntax for others:
/// <reference file="jquery-1.6.4-vsdoc.js" />