Reputation: 7921
In my web forms project I have IntelliSense working for jQuery, so that for example when I type "$(", I immediately get a nice list of possible arguments. I've tried following similar steps to set up IntelliSense for ASP.NET Ajax, but so far typing "$find(" (for example) gives this warning:
"IntelliSense was unable to determine an accurate completion list for this expression, The provided list contains all identifiers in the file"
I'm not sure what files I need to copy to my project's scripts directory if any. I've added quite a few references in Tools-Options-Text Editor-Javascript-Intellisense-References Implicit (Web), (everything in C:\Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References), so far nothing works.
Upvotes: 0
Views: 511