How much intellisense should i expect for jquery in VS2008?

I am reading a ScottGu blog entry ( http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx ) a while ago, and that seems to imply more functionality than I see. I have VS2008 and its service pack is installed, and I am using a new MVC project with the RC1 version of asp.net MVC. I referenced the jquery-1.2.6.js script, and I can see intellisense when I type "$". but nothing after that shows nothing. This is not particularly useful for jquery beginners like me, so I hope I just forgot something.

For example, when I try to use a specific example script in a Scott blog post: alt text http://www.scottgu.com/blogposts/jquerynov/step7.png

I am not getting any intellisense action for "attr" for which it displays a tooltip. Should I expect this intellectual help, and if so, what can I find to solve the problem?

Here is the script link. It is advertised on the main page, FWIW, and my attempt to use jquery is on my page linking to this main page.

<head runat="server">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link href="~/Content/styles/default.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="~/Content/scripts/jquery-1.2.6.js"></script>
+5
source share
1 answer

jQuery-vsdoc.js( , jquery-1.2.6.js)? intellisense. 3 ScottGu.

Update:

Visual Studio?

( ScottGu), -, MVC. script :

<script src="jquery-1.3.1.js" type="text/javascript"></script>

intellisense , ( , ).

+8

All Articles