0

VS Code's Intellisense doesn't work for my C# files from my Unity Project. It doesn't even hightlight syntax errors as you can see in the image. The C# extension and also other extensions are installed and enabled.

What could be the issue?

Installed and Enabled Extensions

Isaak
  • 1,107
  • 2
  • 11
  • 29

1 Answers1

0

It works when:

  1. You go into Unity's Package Manager
  2. Search for vscode
  3. Update the Visual Studio Code Editor to 1.1.3

So in the end it should look as follows: Package Manager Window

Isaak
  • 1,107
  • 2
  • 11
  • 29