The autocomplete / intellisense has stopped working in VSC for my ‘Project Boost’ project and doesn’t show any code hints when adding ‘AddRelativeForce’ to the ‘Rigidbody’ instance in the code -
_rb.AddRelativeForce();
I have read various fixes including changing the TargetFrameworkVersion to v4.8 in the .proj file but it didn’t fix the issue, I have searched for fixes here on GameDev, and I don’t know how to check necessary installed versions of apps and extensions.
I am using -
macOS Big Sur (11.5.1)
VSC for mac is 1.59
Microsoft C# extension is v1.23.14
Assembly-CSharp.csproj TargetFrameworkVersion is v4.7.1