I am searching a way to have jquery IntelliSense in html files in VS2012.
I followed this post to setup Intellisense on external js libraries. It works fine for .cshtml, .aspx, .js files but it doesn’t work on .html files.
Any suggestion is welcome.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try adding a link to the direct files rather than a references file. Add the jquery files to the same directory most of the other default files are in and add a reference in that location for the files.
Intellisense doesn't work for JavaScript in Visual Studio 2012
Also make sure all your intellisense options are checked in general settings and in the javascript intellisense sections of tools – Options