Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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 it by using shortcut Command+Space, meanwhile, the suggestions are just from the code I wrote.

Here is the screen capture below:

enter image description here

I checked in https://code.visualstudio.com/Docs/editingevolved, VSCode do support C# IntelliSense.

I don't think it is bug, maybe I did something wrong when installing VSCode. How to solve this problem?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
334 views
Welcome To Ask or Share your Answers For Others

1 Answer

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).


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...