New, how do I get auto complete to work?

Hi, I’m using visual studio code and trying /// <reference path="babylon.max" /> so that I’m able to use auto complete but it doesn’t seem to work. Any help?

Hi @tonyfirgun,

welcome to the forum :slight_smile:

The times of reference declaration files is gone (and we are all glad!)

Try using our es6 modules (ES6 - Babylon.js Documentation) or NPM modules (NPM - Babylon.js Documentation) to get autocomplete integrated in your project. Whatever fits your architecture.

If you use neither, you can always download the declaration file from our github repository and include it in the path of your typescript project. typescript will take care of the rest

1 Like