jquery Intellisense does not work in VS2015 Community

Asked

Viewed 102 times

3

I can’t make it work at all.

Man _references.js

/// <autosync enabled="true" />
/// <reference path="bootstrap.min.js" />
/// <reference path="jquery.mask.min.js" />
/// <reference path="jquery.validate.min.js" />
/// <reference path="jquery.validate.unobtrusive.js" />
/// <reference path="jquery-3.1.1.intellisense.js" />
/// <reference path="jquery-3.1.1.js" />
/// <reference path="jquery-3.1.1.min.js" />
/// <reference path="jquery-3.1.1.slim.min.js" />
/// <reference path="modernizr-2.8.3.js" />
/// <reference path="respond.matchmedia.addlistener.min.js" />
/// <reference path="respond.min.js" />

But when I’m in View making some jQuery code Intellisense doesn’t work. Someone can help me?

  • Try closing and reopening Visual Studio.

  • Gypsy, I’ve reinstalled this thing... hehe

  • And it still hasn’t worked?

  • Nothing... when I type $('Document') and hit "." (dot) nothing happens... and the same way for any type of javascript code... I tried some configurations that the staff showed but nothing works...

  • Try a C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv /updateconfiguration and then C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv /clearcache.

  • Xara, you’re really good... thank you guy... it worked!!

Show 1 more comment

1 answer

4


Maybe you updated something and the cache lost. Perform the following steps:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv /updateconfiguration
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv /clearcache

Browser other questions tagged

You are not signed in. Login or sign up in order to post.