For some reason, Intellisense visual studio code not working, version 1.62.3 (user setup)
I have the following extensions installed:
C# from microsoft
Debugger for Unity
npm Intellisense
Unity code snippets
Can someone help me please?
For some reason, Intellisense visual studio code not working, version 1.62.3 (user setup)
I have the following extensions installed:
C# from microsoft
Debugger for Unity
npm Intellisense
Unity code snippets
Can someone help me please?
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.
Also, try update the VSCode package inside of Unity: Window → Package Manager → Search for Visual Studio Code Editor → Press the Update button
Also, this: No suggestions in Vscode
Have you try Visual Studio 2022? It has improved AI assisted intellisense and many new features. Its not as lightweight as VS Code but together with Codist open source addon, the experience is very good.
Ok, I will try it out!
Thanks, for both of you, it is working now.