When I want to edit C# Unity scripts, they open in Visual Studio. It is supposed to provide auto complete for all Unity related code, but it doesn\'t work.
Here you c
What worked me is that I copied all the code inside the broken class and removed that file. Then, I opened an empty file and pasted.
Result: beautiful syntax highlights came back!