visual studio 2010 beta 2, javascript/jquery intellisense not working
has anyone experienced a similar problem? ive recently u开发者_如何学运维pgraded my solution to 2010 beta 2 and now i have lost javascript/jquery intellisense support, it worked fine with visual studio 2008!
Looks like resetting Visual Studio settings might solve it.
One of our developers ran into this today. We tried resetting the environment settings, monkeying with VSDOC files and a few other tricks we found with no luck.
What did solve it was dragging/dropping the jquery.js file from the solution explorer pane onto the editor pane as described on this page:
http://blog.meidianto.com/2010/05/13/vs2010-tips-7-how-to-make-jquery-intellisense-work-for-external-javascript-file/
精彩评论