flowabuse Posted May 22, 2015 Share Posted May 22, 2015 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 More sharing options...
icp Posted May 23, 2015 Share Posted May 23, 2015 https://c9.io/Are you looking for something like this? Link to comment Share on other sites More sharing options...
Deathspike Posted May 23, 2015 Share Posted May 23, 2015 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 More sharing options...
spinnerbox Posted May 24, 2015 Share Posted May 24, 2015 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 More sharing options...
Recommended Posts