Hi! I’m starting out Babylon for the first time, so I’m a bit new to all this (and coding in general tbh), but I was wondering how would I go about importing the documentation/typing support for Babylon in Javascript into my IDE (VS Code) while using the CDN link in script tags? As of right now, everything works, it’s just that there’s no autocomplete, which is slightly inconvenient.
Or would I have to use npm and install it, if so, how would I do that, as when I do
npm install babylonjs --save
the same thing as before happens. Or is the typing support only for Typescript?
Sorry if this is a stupid question, but if anyone could point me in the right direction, that’d be appreciated.