Scene/Physics Autocomplete on VSC

Hi all!
I know there is this topic also about autocomplete.
And it is working with me.
But I’m trying to make this tutorial here and when I get to the part:
“this.physics.add.sprite”
The autocomplete does not work for physics. Is there any way that I can make it work?
My project folder looks a little bit different…
Here are 3 screenshots: From my folder, my jsconfig.json, and my index.html
Screenshots(imgur)

[EDIT] Oh I see what I was doing when I started to use es6 classes and extend the Phaser Scene, I managed to get the autocomplete for everything. My bad!