Visual Studio 2013 IntelliSense stops working for ASP.NET MVC5 Controllers

后端 未结 26 1905
闹比i
闹比i 2020-11-29 18:42

I am facing a weird problem in my Visual Studio 2013 ASP.NET MVC 5 project. All of a sudden, the IntelliSense in the Controller classes of the MVC 5 project are not working

26条回答
  •  春和景丽
    2020-11-29 19:12

    Tools->Options->Text Editor->C# (or All Languages)->General
    

    check the check box for enable Auto List Members and Parameter Information in right hand side pane.

    If its not selected,select it.

提交回复
热议问题