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?
views:
183answers:
2
+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
2009-06-11 18:15:12
A:
Any news on this issue. I'm also looking to enable intellisense for my JS files
Hugo
2009-09-25 19:18:06