Jump to content

Phaser Sandbox Intellisense?


flowabuse
 Share

Recommended Posts

Will the Phaser Sandbox get an autocomplete feature? The snippets are useful but a real autocomplete would be an awesome time saver and miss typing corrector. I love the Sandbox and currently using it on a Samsung Chromebook(the first one made) to learn game development.

Link to comment
Share on other sites

Autocomplete is hard to do on a JavaScript project. Really hard. There is one project that gets autocompletion correctly, and that is http://ternjs.net/. It isn't that easy to embed on a web page, but there are tons of projects to get it running in Brackets, Atom, etc. I'm not sure what the state of IDEs for Chromebook is. Consider going for something like Atom or Brackets (if you can), and otherwise c9 or visual studio online is a good choice. For full completion experience consider using TypeScript, too.

Link to comment
Share on other sites

Intel XDK has auto-completion feature though it doesn't work fully as other IDEs for other languages like Java or C#. But if you check the docs for Phaser often it will be quite handy to code. :)

 

For example some properties of JS object does not appear in list until you type 2 or 3 letters after the dot :)

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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