WebVR development on VSCode

108 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

Try installing @types/webvr-api:

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

These types should augment the standard browser api typings