【问题标题】:Getting visual studio to show the same API as Unity Hololens Development让 Visual Studio 显示与 Unity Hololens Development 相同的 API
【发布时间】:2018-06-24 03:42:57
【问题描述】:

使用 Unity 2017.2 开发 Hololens UWP 应用程序时,Visual Studio (2017) 中的代码完成与可用的不匹配。

开发环境按照here的描述设置。

UWP (Hololens) 构建 uses a subset of the API。 Visual Studio 代码完成与此不匹配。

您如何为这个开发正确设置 Visual Studio?

【问题讨论】:

    标签: c# .net visual-studio uwp hololens


    【解决方案1】:

    按照所述设置开发环境后,IntelliSense 应该可以正常工作。通常以下方法之一会有所帮助:

    1. 重启 Visual Studio 并再次打开项目
    2. 如果您启用了 Resharper,请关闭它
    3. 确保您有一个 using 语句,用于您想要 IntelliSense 的命名空间

    如果这些选项都没有帮助,您可以按照说明重新尝试重新安装。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-01-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多