I tried to find a solution but the only thing I find on the web are “Tutorials” that doesnt work.
On the Unity preferences I turned VSCode as a external editor. I have the latest .NET installed and some Unity extensions for VSCode but somehow the Intellisense doesnt seem to work right.
Does someone know what to do?
Hello everyone. I know you might be stressed out with this issue but I’ve just found another way to fix it, at least it worked for me. Basically, just open a script in Unity and then check the top lines where you will find “Using.X;” try by leaving only Unity Engine and the extra you might’ve added.
As soon as I did it my intellisense started to work. I hope this helps!!
Something that I often overlook is that you must have your entire project folder open in VS Code for Intellisense to work properly. Sometimes just opening a c# script from Unity does not open the project folder. After VS Code opens, click on the Explorer button, then on Open Folder. Make sure you are in the root of your project, not just Assets, or scripts or something else. You should see the folders for Assets, Logs, Packages, etc. Another way to do this is from the Unity editor, right-click in the project window and select Open C# Project.