javascript - How to setup WebGL autocomplete on Visual Studio Code? -


i need develop game html5 , webgl on js, editor not suggest methods, fields, enums related webgl become easier. ideas?

you should download webgl.d.ts, example from here

and reference file in first string of js file:

/// <reference path="webgl.d.ts" /> 

Comments

Popular posts from this blog

php - Auto increment employee ID -

python - Evaluating the next line in a For Loop while in the current iteration -

php - Facebook share link is not showing image within the post?(get parameter in url) -