Hello to all. Such a problem. Project ASP.NET MVC, VS 2015 Community.

Suddenly IntelliSense stopped working, and only for javascript code, both in separate js-files and cshtml sections.
Auto completion for cshtml, css, cs code works. Restarting VS does not help, uploading / downloading the solution in the project browser does not help, restarting the computer does not help.

I open another ASP MVC solution - IntellySense works as it should. I deployed the project on a different machine - the same thing, IntellySense works everywhere except for javascript code.

I suspect that something has broken in the decision itself. I compared the parameters of the projects - everything seems to be the same, but in one IntellySense it works, but in the other it does not.
Maybe someone came across this. Please, help!

    1 answer 1

    Problem solved. Carefully studying the structure of the project in the browser of the solution, I found in the Script folder the files jquery-3.1.1.slim.js, jquery-3.1.1.slim.min.js, jquery-3.1.1.slim.map. Opened another project, where was the version jquery-1.10.2 - such files were not there. Took and deleted these files from the project, and about a miracle - IntelliSense in javascript code EARNED. I started the project, everything seems to be working fine. I looked into the browser of the solution, and these files appeared again there, only the wax was marked with yellow. icons. In general, through NuGet, I lowered the jquery version to 2.2.4 and everything became normal.