frankdev Posted May 12, 2014 Share Posted May 12, 2014 Hi all, Is there any way to set up a Phaser environment in a free ide so that the ide gives method parameters and descriptions? -Thanks Link to comment Share on other sites More sharing options...
mraak Posted May 13, 2014 Share Posted May 13, 2014 I haven't had much luck with any of the JS editors. There's webstorm that's supposed to be the best when it comes to JS development, but it's not free. Link to comment Share on other sites More sharing options...
kass Posted May 13, 2014 Share Posted May 13, 2014 i use brackets.io Link to comment Share on other sites More sharing options...
mraak Posted May 13, 2014 Share Posted May 13, 2014 The problem I had with Brackets and why I switched to Sublime, was the editing of the long files with many lines of code. Brackets were very slow at that. Link to comment Share on other sites More sharing options...
Heppell08 Posted May 13, 2014 Share Posted May 13, 2014 Sublime with better javascript and code complete are a winner for me. Tried brackets/netbeans etc and just can't beat sublime. Link to comment Share on other sites More sharing options...
Rocco Posted May 13, 2014 Share Posted May 13, 2014 The advantage of brackets is that you have an build in chrome browser,which is very useful to test your games directly without the need of setting up a virtual server.Has Sublime this functionality also? Link to comment Share on other sites More sharing options...
Heppell08 Posted May 13, 2014 Share Posted May 13, 2014 Sublime doesn't but might be a plug oin I don't know because I use grunt with chrome. Auto refreshes on any new entry without caching Rocco 1 Link to comment Share on other sites More sharing options...
Heppell08 Posted May 13, 2014 Share Posted May 13, 2014 Sublime doesn't but might be a plug oin I don't know because I use grunt with chrome. Auto refreshes on any new entry without caching Link to comment Share on other sites More sharing options...
Vaughan Posted May 13, 2014 Share Posted May 13, 2014 The other obvious one I can't believe isn't mentioned is Visual Studio with TypeScript Link to comment Share on other sites More sharing options...
mraak Posted May 13, 2014 Share Posted May 13, 2014 The advantage of brackets is that you have an build in chrome browser,which is very useful to test your games directly without the need of setting up a virtual server.Has Sublime this functionality also? For that I use Gulp, it comes with local server, bower, and build automation - minifies your files and prepares them to deploy. Link to comment Share on other sites More sharing options...
JP91 Posted May 13, 2014 Share Posted May 13, 2014 I use notepad++ and wamp is all I need. Link to comment Share on other sites More sharing options...
Ernesto Torres Posted May 14, 2014 Share Posted May 14, 2014 I am using webstorm trial and I am seriously considering to buy it. Cheaper than sublime and its integration with chrome for debugging make it worth the price. kay and jpdev 2 Link to comment Share on other sites More sharing options...
Torben Posted May 15, 2014 Share Posted May 15, 2014 You could also use Visual Studio 2013 Express. Typescript is available with Update 2. Link to comment Share on other sites More sharing options...
Recommended Posts