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
To activate IntelliSense on a .NET project:
From what I've seen, IntelliSense cannot be activated on a .cs file alone. (See @natemcmaster's answer).