SomeTallGy Posted July 14, 2017 Report Share Posted July 14, 2017 Hello, I am trying to get myself setup with ES6 and Phaser. Formerly, I used typescript + Phaser to make HTML5 games but I have a client that needs it to work with ES6. I have run several google searches and found numerous ES6 boiler plates which are mostly out of date and have not been updated in years. The most current one I have found is here: https://github.com/lean/phaser-es6-webpack Which runs, but I am having a heck of a time trying to get VSCode to play nice with it. VSCode has no intellisense (even if i reference the typescript files) and Webstorm is having issues with it as well. I admit, I am a bit of a javascript noob -- so if I am missing anything obvious, please say so! In the meantime, can anyone recommend a ES6 boiler plate that's kept up to date and that works well with VSCode? If not VSCode, is there a recommended IDE that works for mac that has code hinting for ES6 + Phaser to make development easier? Thanks in advance!!! Quote Link to comment Share on other sites More sharing options...
yahiko Posted July 15, 2017 Report Share Posted July 15, 2017 Well, I don't get it. TypeScript can compile to ES6, so you can stick to TypeScript to develop (with VS Code Intellisense and all your know-how background) and deliver the resulting code in ES6 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.