Visual Studio C# IntelliSense not automatically displaying

前端 未结 17 1492
一整个雨季
一整个雨季 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:07

    Sometimes i've found Intellisense to be slow. Hit the . and wait for a minute and see if it appears after a delay. If so, then I believe there may be a cache that can be deleted to get it to rescan.

    0 讨论(0)
  • 2020-11-30 04:09
    • Closed all my VS windows
    • Started the Visual Studio Installer and clicked 'Modify'.
    • Under 'Individual components' > 'Code Tools' > Deselected NuGet package manager and re-selected it.
    • After modifying and restarting VS, IntelliSense was working correctly again.

    Found my answer on https://developercommunity.visualstudio.com/content/problem/130597/unity-intellisense-not-working-after-creating-new-1.html

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2020-11-30 04:13

    At the bottommost right look at the blue line where Ln, Col, Spaces, UTF, CRLF,..... here the language is specified. Check that your language and the language specified there are the same. In my case, it was Django Python while I was trying to use HTML.

    0 讨论(0)
  • 2020-11-30 04:19

    Deleted the .suo file in solution folder to solve the problem.

    0 讨论(0)
  • 2020-11-30 04:20

    I simply closed all pages of visual studio and reopened ..it worked.

    0 讨论(0)
提交回复
热议问题