Does Babylon Intellisense work in VS Code?

Does Babylon Intellisense work in VS Code?if yes how?

Yes like with any Typescript/Javascript framework, with .d.ts definition files :slight_smile:

1 Like

I m Sorry,but i told you before i m new to babylon and new to VS Code,so if you tell me more precisely what to do,i’ll be so thankful to you,i want intellisense in VSCode as it is shown in PlayGround

Intellisense VS Code .d.ts - Google Search :slightly_smiling_face:

1 Like

Hi,

Open your Vs code.
Click extensions button on the left side. Search live server and install this.
Create one html file for babylon. (Like in babylonjs document)
Create one js file for Babylonjs settings and etc. (Like in babylonjs document)
Last step, click your html file, and click ‘go live’ button (on the right-bottom side)

It’s will start your localhost. And you can see your project in your default browser :slight_smile:

2 Likes

wow
:slight_smile:

1 Like