views:

1897

answers:

3

has anyone experienced a similar problem? ive recently upgraded my solution to 2010 beta 2 and now i have lost javascript/jquery intellisense support, it worked fine with visual studio 2008!

thank you Raj.

A: 

While I did not yet try the Great New Visual Studio myself, I've heard of your problem several times. So rest assured that you're not alone ;-)

mafutrct
+3  A: 

Looks like resetting Visual Studio settings might solve it.

Doron Yaacoby
thank you very much!
Raj
Couldn't believe it would solve my problem but it did :)
Ciwee
Just a tip: To enable intellisense in an imported javascript file you need to put a "hint" to vs.. this comment: /// <reference path="jquery-1.3.2-vsdoc.js"/> on the top of the file. If this hint isn't there, intellisense will also work but it will only show basic properties and methods.
Ciwee
this didn't work for me, i still don't get Jquery intellisense.
gnomixa
+1  A: 

I don't want to lose my custom settings.

Fabio

related questions