Vs code: which extensions to improve autocomplete and auto highlight keyword

Hi everyone; altougth I installed in past some vs code extensions to get better development and debugging support, now i am encountering strange behaviours…when I write code ,some key words like various data tyoes get displayed in particular manner(get colored differently from the rest…) now i don’t know why but also after having saved and restarted vs code , the way the code get displayed looks like without havimg installed extensions… :thinking:

I am on macOS:

  1. Run Unity.
  2. Click on any script in the Unity Editor to open it in VS Code.
  3. You are ready to get correct coloring and automcomplete.

My Extensions

GitHub Copilot was turned off:

mm, I followed up list of extensions like the ones you indicated me…mmm, honestly It continues to don’t work properly…

Truthfully VSCode only needs these 3 extensions C#, C# Dev Kit and Unity.

But you must install .NET SDK on your machine.

Also double-check if the Visual Studio support package in your Unity project is at the latest version. Look for it in menu Windows > Package Manager. Despite its name, this package actually supports both Visual Studio and VSCode. Latest version should be 2.0.27.

Hi, i. downloaded the package but when i try to install it on my mac i get thsi message:

“Microsoft .NET SDK 10.0.201 (arm64) cannot be installed on the computer” :thinking:

I don’t have a Mac so I can only guess: Is you Mac Intel or Apple Silicon? If Intel you have to download the x64 version.

1 Like