Auto List Member does not work with javascript

1

I use Visual Studio 2015, I'm having trouble not displaying auto list member in javascript.

  

* I've been in the configuration > Text Editor > JavaScript > General .

     

* I've noticed Visual Studio 2015 in the control panel and nothing solved.

     

* I've been TOOLS > Import and Export Settings > Reset all Settings

OBS : I reinstalled Visual Studio, Auto List Member went back to work, the next day it disappeared.

I already have the options marked Auto list members and Parameter information , but it does not work.

Awhileagoitworked,butnowitdoesnotappearanymore.

I type any letter, it does not happen at all. What could be the problem?

    
asked by anonymous 19.02.2017 / 20:50

1 answer

0

I solved the problem. The problem was related to NuGet.

Go to the PROJECT menu > Manage NuGet Packages , You will be uninstalling each to see if it actually solves the problem. Then I discovered the problem who was preventing the auto list list from showing. The problem was "JQuery.UI.Combined".

    
23.02.2017 / 02:00