Questions tagged [vsdoc]
35 questions
0
votes
1 answer
Is there a Firebug console -vsdoc.js?
If not, does anyone care to write one? I would do it myself...but I don't have time right now...maybe next week (unless someone beats me to it).
If you are bored and want to compile the vsdoc:
Here is the Firebug API.
Here is a blog post about the…

David Murdoch
- 87,823
- 39
- 148
- 191
0
votes
1 answer
How to install vsdoc js file in Visual Studio
I know vsdoc.js files are used to provide intellisense in Visual Studio and are added by the Nuget packages automatically. But How can i install a vsdoc.js file manually from scratch let's say i have a vsdoc.js file and i want to add such that…

Mohit
- 2,189
- 4
- 22
- 40
0
votes
1 answer
Returns element for Javascript vsdocs
I'm working on fairly heavy client JavaScript application and was looking to add documentation. I went with vsdoc style so as to get picked up by intellisense, but am having trouble defining return objects.
Assuming a function defined as:
function…

Matt Klinker
- 773
- 5
- 18
0
votes
1 answer
What's wrong with this -vsdoc file?
I have a script, retry.js, that contains this:
function retryAjax(load, count, config) {
}
There's a body to it obviously, but it doesn't matter because this problem occurs whether I have the body in the script or not.
To document the object this…

Chris Moschini
- 36,764
- 19
- 160
- 190
0
votes
1 answer
Install VS DOC file for jQuery in Visual Studio
Using package console in Visual Studio, we install jQuery using
install-package jquery
Is there command to install VS doc file for the corresponding jQuery file as well?

Brij
- 11,731
- 22
- 78
- 116