views:

38

answers:

1

Everytime I start typing $( to call a jquery command visual studio 2008 automatically converts that to: $addHandler( ... I have to delete that and retype it every single time.

Is there a way to fix this change it?

+1  A: 

Try rebuilding JavaScript intellisense Ctrl+Shift+j. It may not "see" the $ function yet.

Double check that you have the javascript hotfix from here, and that you have the vsDoc files referenced.

Rob