up vote 2 down vote favorite
share [g+] share [fb]

I am trying to get javascript intellisense to work for jQuery in a .xml file. I've already used a custom XSD to provide intellisense for the XML. Under the tag, I have a mixture of HTML and javascript which are enclosed by . And it is all greyed out so no intellisense there.

Adding a /// does not help as well.

I would really like to be able to have intellisense when writing javascript in the XML file.

link|improve this question

70% accept rate
feedback

2 Answers

http://blogs.msdn.com/webdevtools/archive/2008/11/07/hotfix-to-enable-vsdoc-js-intellisense-doc-files-is-now-available.aspx

This is a hot fix for java script intellisense that may help.

link|improve this answer
I had tried that before. It doesn't work. The .xml file extension seems to be lefted out. – seanlinmt Apr 24 '09 at 19:59
feedback

I can either get javascript intellisense or xml intellisense working one at a time but not both together by adjusting Tools -> Options -> Text Editor -> File Extension.

This makes me think that this should be tweakable more somewhere. The registry?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.