vote up 2 vote down star

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?

flag

78% accept rate
Great question. I tried finding stuff for it on Google, but not a lot out there other than how to integrate the -vsdoc and jQuery together in visual studio... – RSolberg Jun 11 at 18:16

2 Answers

vote up 2 vote down check

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.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.