I'm coding C# in Visual Studio for my Unity project.
When I add a new script file to my project, I can open it in VS.
However, VS doesn't make any auto-complete specificly for unity, as I saw in a unity tutorial.
How can I get this VS auto-complete?
Thank you!