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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
:)