Hey everyone, I’m a complete beginner in Unity and have only been using it for about a week, but Visual Studio 2017, which was already selected as the default IDE I use for C#, isn’t using Intellisense whenever I’m coding scripts inside it. To be more specific, Intellisense works only for the normal syntax but not Unity Syntax. I’ve tried importing the package to my project but it’s not working too. Does anyone have a fix for this?
no solution?
This may help: $> devenv /safemode
It prevents all third-party VSPackages from loading when Visual Studio starts, thus ensuring stable execution. Unity is considered third party.
Installation of Visual Studio Community 2017 Shut Down IntelliSense…