Hey all,
I’ve already dug deep into past forum posts and tried many solutions to fix this… to no avail. Hoping there’s a more up-to-date solution for a more modern release of Unity and VSCode.
Bottom line, Unity 2020.3.11 + VS Code = no Intellisense.
Already tried installing the C# extension for VSCode, changing the framework version in the .csproj file to match what was installed, installing specifically v4.7.1 .net framework since the .csproj file keeps defaulting to that, regenerating project files under External Tools, changing the api compatibility setting to Net 4.x, changing the C# extension’s setting for Omnisharp: Use Globo Mono to ‘always’, and with repeated closing/reopening of Unity and VS Code.
Thanks in advance.
Here’s a few more:
This may help you with intellisense and possibly other Visual Studio integration problems:
Sometimes the fix is as simple as doing Assets → Open C# Project from Unity. Other times it requires more.
https://discussions.unity.com/t/778503
Also, try update the VSCode package inside of Unity: Window → Package Manager → Search for Visual Studio Code Editor → Press the Update button
Also, this: https://discussions.unity.com/t/805330/7
I had already tried your suggestions, but I don’t think I’d seen one of the threads you linked to, AND IN ONE OF THEM I FOUND THE SOLUTION! Counter-intuitively, I had to remove the Visual Studio Code Editor package from the Package Manager window.
I’m so happy now. So much time! Thank you!!!
2 Likes