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

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -