Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Countering the shady JavaScript IntelliSense support in Visual Studio 2008

With the release of Visual Studio 2008, Microsoft implemented code-completion and IntelliSense support for JavaScript.

Unfortunately the support for JavaScript is shady at best--one of the major hassles being that when referencing external JavaScript files, the developer has to open and close JavaScript files to force Visual Studio to update it's definitions.

Is there a way to get around this?

like image 772
cllpse Avatar asked Oct 16 '08 22:10

cllpse


1 Answers

Yes there is:

Menu: "Edit" -> "IntelliSense" -> "Update JScript IntelliSense"

And the keyboard shortcut:

Ctrl + Shift + J



In case you're wondering; yes, I already the answer to my question (figured it out five minutes ago). I just wanted to share my new-found knowledge with my fellow JavaScript developers :)

like image 182
cllpse Avatar answered Nov 04 '22 06:11

cllpse