Make Phazer games in VS code easier?

So is there any way that vs code could like check if certain functions exist in framework, or fill what im about to write? Fidning bug in long code is quite frustraiting since there is no debug possability.

Okay I can check for bugs in browsers terminal but still it would be faster if text editor highlighted them

There are many write-ups and templates for adding/using Phaser Typescript defs (like yandeu’s here); just search the forum.

In regards to debugging, VS Code has a built in debugger and supports many debug extensions (I use Debugger for Chrome).

I also debug in Chrome, but is there a simpler way to just get code editor to recognize what framwork im using (im a noob so keep it simple words please :slight_smile: )