Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Javascript Visual Studio Intellisense Not Working On One Project

For some reason, the Javascript intellisense isn't working in Visual Studio for just one project. It's an existing project, and if I open up others or create a new one, my Javascript intellisense works fine, just not on this one project. I get C# intellisense, just not Javascript.

Any ideas? I've tried resetting VS settings, deleting the .suo file, rebooting, etc. There's gotta be something specific with this project that is preventing this from working.

Thanks in advance.

like image 960
Rounder Avatar asked Mar 22 '26 07:03

Rounder


1 Answers

Found out there was a conflict in my _references.js. In my case, this happened when I installed Kendo via the Upgrade Wizard part of Visual Studio.

I left a reference to kendo.all.min.js in my _references.js, and removed everything else. As that all file has everything.

Hope this helps someone else.

like image 165
Rounder Avatar answered Mar 23 '26 22:03

Rounder