Reputation: 3329
When developing a Hololens UWP application using Unity 2017.2, the code completion in Visual Studio (2017) does not match what is available.
The dev environment is set up as described here.
The UWP (Hololens) build uses a subset of the API. Visual studio code completion does not match this.
How do you set visual studio up correctly for this development?
Upvotes: 0
Views: 48
Reputation: 39082
IntelliSense should work normally when the dev environment is setup as described. Usually one of the following helps:
using
statement for the namespaces for which you want IntelliSenseIf none of these options helps, you can try reinstalling again according to the instructions.
Upvotes: 1