C#C
C#3y ago
Thalnos

❔ ✅ Intellisense in vscode

for some reason my intellisense in vscode doesn't seem to be working for anything Unity related. It works for other types but when I type for example the type MonoBehaviour or ScriptableObject it doesn't compete the typename as I type it. Also it doesn't suggest missing using statements as quick fix when it can't recognise a type from unity.
I made sure that OmniSharp extension is installed (c# language support for vscode) and that in Unity on Preferences > External Tools, vscode is selected as the code editor.
I also made sure that I opened the correct directory in vscode, I have opened the directory where the git repo containing the Unity project was cloned.
What else can I try to fix this?
Was this page helpful?