0

i want to create a php site using WebMatrix 2.0 beta. i want to add some jQuery functions but using its intellisence (i heard thats possibke).

how can i do that ?

nadav
  • 552
  • 5
  • 11

1 Answers1

1

Plz see this: http://webmatrix.uservoice.com/forums/128313-webmatrix-suggestions/suggestions/2308591-support-javascript-intellisense-through-vsdoc-file or http://forums.asp.net/t/1729245.aspx/1

vsdoc files is the magic you are looking for:

With Intellisense already there for JavaScript, it would be great to be able to extend it with references to additional vsdoc files.

And a very good read here: How do I get JavaScript Intellisense from vsdoc file references in WebMatrix 2 Beta?,

Hope this helps, and provide you enough information:)

/// <reference path="jquery-1.6.4-vsdoc.js" />
Community
  • 1
  • 1
Tats_innit
  • 33,991
  • 10
  • 71
  • 77