Jump to content

Phaser 3 VsCode Intellisense


swpowe
 Share

Recommended Posts

Please don't hate me.... I've searched this forum and online and tried all different kinds of suggestions and i still can't get IntelliSense to work correctly. Anyone willing to help?

I started with a clone of this https://github.com/photonstorm/phaser3-project-template. Phaser works but I can't get intellisense to work. I've downloaded the typescript defs from here https://github.com/photonstorm/phaser3-docs/blob/master/typescript/phaser.d.ts but I'll be honest, I don't know if I've put them in the correct place or set things up correctly etc. 

I created a jsconfig.json file in the root of my project it's contents are:

{

"compilerOptions": {

"target": "es6"

},

"include": [

"src/**/*"

],

"exclude": [

"node_modules"

]

}

Any help would be appreciated.

 

Spencer

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...