Intellisense doesn't work whenever I open a C# file in Visual Studio 2019 outside any project. I was working on Unity and opened a script file in Visual Studio but the intellisense doesn't seem to be working. Any solutions?
Asked
Active
Viewed 62 times
0
-
1have you tried restarting visual studio? – psj01 May 12 '20 at 14:10
-
Make sure you have installed the Unity plugin for Visual Studio. Also, make sure Visual Studio is set to be the default Code editor in Unity – Rivert May 12 '20 at 14:14
-
@psj01 Restarting the program has solved that issue for me in the past. I would suggest that too. – Jee May 12 '20 at 14:43