Questions tagged [vsdoc]

35 questions
42
votes
6 answers

No package 'libxml-2.0' found

I am trying to add libvisio in my mac os x from https://wiki.documentfoundation.org/DLP/Libraries/libvisio I have added all dependancy described there listed bellow: boost gperf icu librevenge libxml2 perl doxygen After adding dependancies i am…
Rohan
  • 668
  • 1
  • 6
  • 10
40
votes
15 answers

jQuery 1.4.2 VSDoc

Where can I get the VSDoc for jQuery 1.4.2?
benpage
  • 4,418
  • 3
  • 41
  • 39
22
votes
2 answers

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 in action. I don't know if: 1) I'm misunderstanding the…
bkaid
  • 51,465
  • 22
  • 112
  • 128
9
votes
1 answer

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 , , and tags and so on. Where can I find a specification for the format of those…
Dan Davies Brackett
  • 9,811
  • 2
  • 32
  • 54
8
votes
1 answer

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? EDIT Thanks for Rodolfo answer, it also helped me clarify my question: I…
Alex KeySmith
  • 16,657
  • 11
  • 74
  • 152
7
votes
1 answer

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?
Achilles
  • 11,165
  • 9
  • 62
  • 113
6
votes
2 answers

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 to update Intellisense:
Bill Software Engineer
  • 7,362
  • 23
  • 91
  • 174
6
votes
3 answers

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 at developing time, but as I know there is no…
6
votes
3 answers

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 across instructions to put the VSDOC file alongside…
John K
  • 28,441
  • 31
  • 139
  • 229
5
votes
3 answers

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 CDN for distributing this, but simply…
Rowland Shaw
  • 37,700
  • 14
  • 97
  • 166
5
votes
2 answers

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 _layout masterpage using jQuery 1.4.4 along with a…
mfriis
  • 217
  • 3
  • 17
5
votes
1 answer

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.
jchapa
  • 3,876
  • 2
  • 25
  • 38
4
votes
1 answer

Does using a CDN prevent Intellisense from working for jQuery?

I read in "jQuery for ASP.NET Developers" this re: getting Intellisense support in VS for jQuery: "....a VSDoc file for jQuery...The VSDoc file...uses the same name as your JavaScript file with -vsdoc inserted before the .js file extension. For…
3
votes
1 answer

Auto-Generate Visual Studio VsDoc for JavaScript library

I'm in the process of refactoring my JavaScript library to utilize a single namespace. We have ~200 modules, which previously registered themselves as jQuery plugins or on the global object (bad). In the past dispensation, to get Intellisense…
Christopher
  • 1,723
  • 1
  • 18
  • 31
3
votes
3 answers

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?
benpage
  • 4,418
  • 3
  • 41
  • 39
1
2 3