Search code examples
javascriptvisual-studio-codewebvr

WebVR development on VSCode


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?


Solution

  • Try installing @types/webvr-api:

    npm install --save-dev @types/webvr-api
    

    These types should augment the standard browser api typings