Visual Studio and Unity C# integration issue
WHen opening scripts from Unity into Visual Studio the intellisense is not working. I have set it so Unity correctly opens Visual Studio 2022 for scripts. I have also made sure that the "Game Development with Unity" package is installed and on my current VS version. I have tried adding extensions like "Unity Code Assist Lite" from the extension manager, and in Unity I have tried "Reimport All" and have made sure that the "Visual Studio Editor" in package manager is up to date. The scripts all work and open file once saved and used, I just have no intellisense to complete code or list members of something.
5 Replies
$unitybug
If intellisense is not working for Rider / Visual Studio, follow these steps.
Close the editor and re-open it again by double-clicking a script file.
Thanks, there was an issue with my version control (GitHub) which was messing with the IDE. This issue went away once the repo was fixed!
$close
If you have no further questions, please use /close to mark the forum thread as answered