Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

37
votes
15answers
17k views

jQuery 1.4.2 VSDoc

Where can I get the VSDoc for jQuery 1.4.2?
8
votes
1answer
90 views

Will vsdoc files work for vbscript?

In an attempt to create better intellisense support for legacy classic asp / vbscript, will the visual studios vsdoc files work for other scripting laguages e.g. vbscript?
8
votes
2answers
413 views

What reference material exists for writing my own -vsdoc.js for JS Intellisense in VS2008?

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. ...
7
votes
2answers
563 views

Have you ever gotten jquery vsdoc file to work with Visual Studio?

I assume the point of the jquery vsdoc file is to provide some form of intellisense for jquery. I have used Visual Studio & jQuery & ASP.NET MVC for a while but I have never once seen it work ...
5
votes
1answer
290 views

How can I create my own vsdoc.js file for my JavaScript?

How can I create a vsdoc.js file for an existing JavaScript library that will provide intellisense detail inside of Visual Studio 2010?
4
votes
2answers
872 views

Visual Studio 2010 - Intellisense for jQuery 1.4.4

I tried going through some of the other questions here at Stack, aswell as searching google but i mostly get hits in korean/japanese/chinese. Anywho im running VS2010 its a MVC3 Project, im using a ...
3
votes
1answer
2k views

How to gain IntelliSense support via CDN, when JavaScript and VSDOC files are not local?

When I'm using the Google CDN to acquire the jQuery library, how do I then reference the companion Microsoft CDN VSDOC file to get IntelliSense support in VS 2010? So far in documentation I've run ...
3
votes
3answers
645 views

jQuery 1.4.3 vsdoc

Does anybody know where I can get the vsdoc for jQuery 1.4.3? Alternatively, what changes do I need to make to jQuery 1.4.2 vsdoc file to add the new functions in 1.4.3?
2
votes
2answers
57 views

Is it possible to use a content delivery network for Intellisense in Visual Studio 2008?

As I understand it, you should be able to (with KB958502 installed) get Intellisense for jQuery simply by referencing the script (as long as the -vsdoc version is alongside). We'd quite like to use a ...
2
votes
3answers
1k views

Virtual Studio 2008 - ASP.NET - jQuery 1.7.1 VSDoc - JavaScript Intellisense?

Does anyone have the location to download jQuery 1.7.1 VSDoc? And also what to do to make it work? I current have the following and I am a getting massive error in the VSDoc when doing Ctr-Shift-J ...
2
votes
2answers
319 views

Why doesn't VSDoc IntelliSense work inside of a jQuery no-conflict wrapper?

/// &lt;reference path="jquery-1.5.vsdoc.js" /> // IntelliSense works here. function ($, window, document, undefined) { /// &lt;param name="$" type="jQuery" /> // IntelliSense does ...
2
votes
1answer
278 views

Using Masterpages inhibits VSDoc help integration in VS2010

I am currently working on a MVC3 project in C# and VS2010 using a lot of jQuery. I always wondered why I could not display the VsDoc help files although they are included in the right place and ...
2
votes
1answer
203 views

Update vsdoc commets in javascript

Is there any tool to update VSDoc comments in the javascript library? Now I have the documentation in the VSDoc comments in the javascript file and in the separate xml file. And if I want to change ...
2
votes
2answers
491 views

How to use jQuery in ASP.NET 4 master pages

I have an ASP.NET 4 web app. I am using a Master Page Site.Master. The head of the master page is: <head runat="server"> <title></title> <script type="text/javascript" ...
2
votes
1answer
94 views

Is it possible to get intellisense for jquery in other js files?

I am working on a web page that has a reference to jquery and another js file with custom javascript for that page. Since the custom js file is external it isn't showing me intellisense for jquery. ...
1
vote
1answer
146 views

jQuery Intellisense: Common reference file (stdafx) for vsdoc

I moved the jQuery in my project over to Microsoft's CDN yesterday so finally have jQuery intellisense back. Yay! However, I apparently need to include the following in all my .js files: //These ...
1
vote
2answers
1k views

3 Errors in jquery-1.6.1-vsdoc.js when using in Visual Studio 2008

I'm using Visual Studio 2008 SP1 with KB958502 (.vsdoc hotfix). This allows us to use IntelliSense to auto-complete JavaScript. When I use the jquery-1.6.1-vsdoc, there are three errors: Error ...
1
vote
1answer
120 views

vsdoc documentation for QUnit?

Is there a vsdoc documentation file available for QUnit anywhere? I've not been able to find any in the usual places (QUnit site, JQuery site, Google, SO).
1
vote
0answers
63 views

Is There a Facebook Visual Studio vsdoc?

So I've been using the jQuery Visual Studio vsdoc for awhile now to provide intellisense support. Does anyone know if there is a vsdoc for the Facebook Javascript SDK? Thanks.
1
vote
1answer
319 views

Visual Studio 10, JavaScript intellisense inside javascript.js file, and where is the MicrosoftAjax-vsdoc.js

I can get javascript intellisense going from and aspx or master page ie <script src="../../Scripts/jquery-1.4.1-vsdoc.js"type="text/javascript"></script> <script ...
1
vote
1answer
509 views

VSDoc alternative?

VSDoc is an awesome way of commenting Javascript, and I particularly like the ability to make one Javascript file 'depend' on another. This paves the way for Javascript minifiers/combiners that take ...
0
votes
0answers
59 views

VSDoc for every APSX and ASCX page

Is it possible to enable VSDoc support for all ASPXs/ASCXs within a project? Using master pages for this doesn't work since Javascript Intellisence works only for vsdoc scripts included directly in ...
0
votes
2answers
117 views

Which comments documentation format is better for JavaScript?

Is there are any comments documentation format for JavaScript and processor for this format which generates HTML documentation? Currently I am using VSDoc xml comments for providing IntelliSense help ...
0
votes
1answer
180 views

Documenting an array of type T in vsdoc format for javascript, Did I Find a Bug?

Following these guidelines for vsdoc documentation, I've been unable to get intellisense to work properly for an array of a given type. Here is some code that demos the problem function MyType() { ...
0
votes
0answers
252 views

jquery vsdoc intellisense not working even after installing KB958502 hotfix for visual studio 2008

hii there is a problem in updating the jquery intellisense for visual studio 2008. first of all i wanna make aware of my system .. my system is windows XP sp3 + visual studio 2008 sp1 + hotfix ...
0
votes
1answer
121 views

MS Ajax, Visual Studio, vsdoc MicrosoftAjax-vsdoc.js

Is there a vsdoc for ms ajax (MicrosoftAjax-vsdoc.js) ?
0
votes
3answers
606 views

VS2010 : javascript intellisense : specifying properties for 'options' objects passed to methods

Since javascript intellisense actually seems to work in VS2010, I thought I might add some to those scripts I include in almost everything. The trouble is, on some complex functions, I use option ...
0
votes
1answer
386 views

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 ...