@mediflect Oh, btw, I just saw you talking about intelisense in vscode. You might be missing the .net sdk, I don't think this is the right version, but this is the thing you need to download to get it to work: https://dotnet.microsoft.com/download/dotnet-core/sdk-for-vs-code?utm_source=vs-code&utm_medium=referral&utm_campaign=sdk-install
(I setup a lot of the linting / editor support for my team) If that isn't the issue, then idk, must be something else. Maybe also try regenerating the project files in unity (making sure the editor is set to vscode so it regens things for vscode).
To be on par with the visual studio for unity workflow, you may also want to install these Roslyn analyzers too (tho last I checked vs code didn't support supressors / you needed to enable a feature flag, so it will require some config stuff that I will leave as an exercise to the reader :P): https://code.visualstudio.com/docs/other/unity#_enabling-unity-warnings https://github.com/microsoft/Microsoft.Unity.Analyzers