vs10 intellisense for jQuery

Posted by justSteve on Stack Overflow See other posts from Stack Overflow or by justSteve
Published on 2010-05-12T17:51:29Z Indexed on 2010/05/12 17:54 UTC
Read the original article Hit count: 278

I'm not able to get intellisense to work with javascript/jquery code in vs10. Not even getting highlighted opening/closing bracket and parens, much less autocomplete.

In VS08 we had to install a patch to get intellisense for jquery. VS10 doesn't need that patch to support -vsdoc files. There was a bug in 08's intellisense that, if any of a project's included .js files had an error, we'd lose intellisense for javascript. That was supposed to be fixed in vs10.

What the current set of troubleshooting steps to enable intellisense for VS10?

thx

© Stack Overflow or respective owner

Related posts about intellisense

Related posts about jQuery