I already set vscode up once and intellisense was a headache to deal with.
Now I had a fresh install of windows and I installed vscode as usual but now for some reason I dont get anything in the logs from c# or omnisharp.
I have .Net7.0 installed and c# is the only extension currently installed in vscode.
I hope anybody knows what is actually going on since I couldn't find anyone with the problem I am experiencing.
For further explanation:
I am starting up unity and creating a script which I then start with vscode. From there intellisense should already recognize everything as expected and let me auto-complete something simple like "transform.Translate()".
But all I am getting is:
CodePudding user response:
I had the same problem in the beginning. For me the solution was to choose Visual Studio as External Script Editor. For this you need to do this in Unity:
Edit (top left) -> Preferences -> External Tools -> External Script Editor and then choose your Visual Studio version.
CodePudding user response:
No clue what it was but I got it fixed now...
For anyone having same issues just... idk uninstall everything again and install it until it works??? so scuffed i dont get it.