iprasila Posted August 28, 2014 Share Posted August 28, 2014 Hello, what editor has good autocomplete for Phaser ? I've tried Sublime Text 3 with CodeIntel but it didn't worked so well. With Brackets same story (it has code completion for general JS, but not for Phaser). Thanks Link to comment Share on other sites More sharing options...
lewster32 Posted August 29, 2014 Share Posted August 29, 2014 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. Nepoxx and iprasila 2 Link to comment Share on other sites More sharing options...
iprasila Posted August 29, 2014 Author Share Posted August 29, 2014 Thanks, worked as a charm. lewster32 1 Link to comment Share on other sites More sharing options...
MichaelD Posted December 30, 2014 Share Posted December 30, 2014 Is there any way to enable code completion for Sublime Text editor? Or any plans of releasing code snippets for Sublime? Link to comment Share on other sites More sharing options...
Recommended Posts