Visual Studio C# IntelliSense not automatically displaying

前端 未结 17 1614
一整个雨季
一整个雨季 2020-11-30 03:23

Just recently, my Visual Studio 2010 stopped displaying IntelliSense suggestions automatically while I am typing. I can still press ctrl+space to get it to work, but it doe

17条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 04:10

    I have found that at times even verifying the settings under Options --> Statement Completion (the answer above) doesn't work. In this case, saving and restarting Visual Studio will re-enable Intellisense.

    Finally, this link has a list of other ways to troubleshoot Intellisense, broken down by language (for more specific errors).

    http://msdn.microsoft.com/en-us/library/vstudio/ecfczya1(v=vs.100).aspx

提交回复
热议问题