My Visual Studio stopped to show functions and variables definitions from what is from inside unity, but still shows from DOTween.
- In Unity go to
Preference
→External Tools
→External Script Editor
- Make sure Visual Studio / Visual Studio Code is selected.
- Under
Generate .csproj files for:
either check all the boxes or check the ones you need. Then pressRegenerate project files
. This should create all the project solution files you need. - Close and reopen your IDE and after it finishes indexing you should be able to see function definitions.
- Note: If above still doesn’t work, make sure in
Package Manager
you haveVisual Studio Code Editor
/Visual Studio Editor
installed and updated the latest version., 1. In Unity go toPreference
→External Tools
→External Script Editor