Jump to content

Phaser autocomplete in editor


iprasila
 Share

Recommended Posts

Visual Studio's Intellisense works very well for me. Use phaser.js and put this at the top of your own JavaScript file(s) to enable Intellisense:

/// <reference path="phaser.js" />

The path is relative to the file you're working on, so if you keep all your JS files in the same folder this will work as is.

Link to comment
Share on other sites

  • 4 months later...
 Share

  • Recently Browsing   0 members

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