Browse by Tags

All Tags » jQuery » .NET (RSS)

Enabling JavaScript IntelliSense in External Libraries by Ken Cox [MVP]

To get JavaScript IntelliSense working in VS 2008 SP1, you need to tell IntelliSense the location of the libraries that you're using. You do that by adding a special comment at the top of the .js file. It's three slashes followed by the reference in an...
More Posts