I'm interested in developing WebVR on VSCode (Visual Studio Code).
However, I can't get IntelliSense assist from the editor.
Is there any way to enable IntelliSense from WebVR?
Try installing @types/webvr-api:
npm install --save-dev @types/webvr-api
These types should augment the standard browser api typings