Visual Studio Code IntelliSense suggestions don't pop up automatically

后端 未结 5 1237
一生所求
一生所求 2020-12-10 10:12

I followed the install instructions in https://code.visualstudio.com, but when I write C# code, the IntelliSense suggestions don\'t pop up automatically, so I must trigger i

5条回答
  •  余生分开走
    2020-12-10 10:54

    To activate IntelliSense on a .NET project:

    1. Open project folder: File->Open folder...
    2. Click on the flame on your bottom left corner, pick your project click on the flame
    3. IntelliSense activated! IntelliSense is now activated!

    From what I've seen, IntelliSense cannot be activated on a .cs file alone. (See @natemcmaster's answer).

提交回复
热议问题