Unity Scripts edited in Visual studio don't provide autocomplete

前端 未结 26 1493
半阙折子戏
半阙折子戏 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:11

    Unload and reload the project, in Visual Studio:

    • right click your project in Solution Explorer
    • select Unload Project
    • select Reload Project

    Fixed!

    I found this solution to work the best (easiest), having run into the problem multiple times.

    Source: https://alexdunn.org/2017/04/26/xamarin-tips-fixing-the-highlighting-drop-in-your-xamarin-android-projects/

提交回复
热议问题