views:

183

answers:

2

I've got the vsdoc for jquery working in my project, but I'd also like to get intellisense for my own JS files - including the verbose <param>, <field>, and <returns> tags and so on. Where can I find a specification for the format of those comments, beyond the -vsdoc.js for jquery?

+4  A: 

Here is a blog post explaining how to do some JavaScript XML documentation

But personally I would just look at jQuery's -vsdoc file for reference.

Jon Erickson
A: 

Any news on this issue. I'm also looking to enable intellisense for my JS files

Hugo