Visual Studio C# IntelliSense not automatically displaying

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

提交回复
热议问题