Unity Intellisense Not Working

[Solved] Unity Intellisense Not Working | Swift - Code Explorer | yomemimo.com
Question : intellisense not working visual studio unity

Answered by : xenophobic-xenomorph-9rq43hgyxuf4

In Unity Editor Go to Menu,
Click on Edit -> Preferences -> External Tools -> External Script Editor.
Set it to Visual Studio (your installed version of VS). ...
Check if it works, if not close Visual Studio.
Now Open cs file from Unity Editor, and now it should work.

Source : | Last Update : Sat, 27 Jun 20

Question : unity intellisense not working

Answered by : grotesque-gazelle-49cvlm15iw68

Currently, the Unity experience does not provide
IntelliSense documentation for the .NET Framework.
Steps to fix:
1. find the version Unity uses by looking at its version in C:\Program Files\Unity\Hub\Editor\VERSION\Editor\Data\NetStandard\ref\2.1.0\netstandard.dll
2. find closest NuGet package that matches the version, in this case it's https://www.nuget.org/packages/NETStandard.Library.Ref/2.1.0
3. download it and copy netstandard.xml from it next to netstandard.dll
4. restart Visual Studio

Source : https://forum.unity.com/threads/when-are-you-going-to-ship-netstandard-xml-so-we-finally-get-xml-documentation-in-vs.1200337/ | Last Update : Thu, 17 Mar 22

Answers related to unity intellisense not working

Code Explorer Popular Question For Swift