让 visual studio 显示与 Unity Hololens Development 相同的 API

Getting visual studio to show the same API as Unity Hololens Development

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

开发环境已按照描述设置 here

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

如何为这个开发正确设置 visual studio?

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

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

如果 none 这些选项有帮助,您可以尝试根据说明重新安装。