Unity Scripts edited in Visual studio don't provide autocomplete

前端 未结 26 1900
半阙折子戏
半阙折子戏 2020-11-22 10:02

When I want to edit C# Unity scripts, they open in Visual Studio. It is supposed to provide auto complete for all Unity related code, but it doesn\'t work.

Here you c

26条回答
  •  旧巷少年郎
    2020-11-22 10:19

    Before restarting and/or re-installing VS, First try opening any other of your projects to see if Intellisence works, if it does, then issue probably lies with your current project. First, most probable victim would be the NUGET packages with pending updates. To Fix this,

    1. Right click on references
    2. Proceed to Manage NUGET Packages Under NUGET Packages
    3. proceed to updates Install Updates and recheck Intellisence

提交回复
热议问题