Search code examples
asp.netvisual-studiovisual-studio-2012intellisensevsdoc

Are there js intellisense files for underscore and other js libraries?


There are -intellisense.js or -vsdoc.js files for adding complete jQuery and jQuery Validation intellisense to Visual Studio - i.e. namespaces, functions, arguments, return values, remarks, etc.

  • Is there such a thing for Underscore? You get basic intellisense by adding the library to the _references.js file, but what about the rest as detailed above?

  • Is there perhaps a list somewhere with all currently available intellisense files? For example, would be awesome to get these for: Knockout, Google APIs such as maps and geolocation, RequireJS, Bootstrap, ...


Solution

  • There does not seem to be a way to do this.