I have a clean, out-of-the-box installation of Visual Studio 2012 Web Developer Express and for some reason the support for JavaScript (both jQuery, jQuery UI and other libraries) has disappeared. I believe it worked before and then for "no reason" it stopped.
I've browsed the web as supposed to and discovered four discrepancies.
I don't have the key HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\JavaScriptLanguageService\ImplicitReferences in my registry. In fact, I don't even have JavaScriptLanguageService directory.
I've checked that the referred file domWindows.js indeed is where the options point to.
The output window under JavaScriptLanguageService is empty and nothing is being typed there while I develop and run my application.
I've referred to the jQuery-file that I'm using through the options but it didn't produce any changes.
All in all I get the error message saying that:
"intellisense was unable to determine an accurate completion list for this expression, The provided list contains all identifiers in the file"
Any suggestions would be warmly appreciated.