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.
– Leonel Sanches da Silva
Gypsy, I’ve reinstalled this thing... hehe
– Bruno Dias
And it still hasn’t worked?
– Leonel Sanches da Silva
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...
– Bruno Dias
Try a
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv /updateconfiguration
and thenC:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv /clearcache
.– Leonel Sanches da Silva
Xara, you’re really good... thank you guy... it worked!!
– Bruno Dias