Fntastic Posted June 19, 2014 Share Posted June 19, 2014 Hello,I am using netbeans and the question is: is it possible to make netbeans autocomplete work with Phaser library? ecv 1 Link to comment Share on other sites More sharing options...
oliversb Posted June 19, 2014 Share Posted June 19, 2014 I would think this is more of a question to ask on some kind of Netbeans forum and over there you should ask something like 'how can I use autocomplete with external libs?'. The question is not exclusive to Phaser and people on the Netbeans forums are much more likely to be able to help you. I found you this:http://forums.netbeans.org/ This might help: I haven't read into it though:http://forums.netbeans.org/post-77423.html Link to comment Share on other sites More sharing options...
Heppell08 Posted June 20, 2014 Share Posted June 20, 2014 i have too tried to get netbeans to autocomplete for me and have since gave up. it is possible, ive seen it done. i spoke to someone on twitter who works at oracle and he made videos on youtube as well as a few posts on it too. You can read the posts here: Part 1: https://blogs.oracle.com/geertjan/entry/phaser_and_netbeans_ide Part 2: https://blogs.oracle.com/geertjan/entry/phaser_and_netbeans_ide_part Part 3: https://blogs.oracle.com/geertjan/entry/phaser_in_netbeans_ide_part Part 3 talks more on the code complete but like i say, it did not work for me and i was talking to him directly in email and on twitter. Maybe have a go and see but i prefer sublime text 2 with autocomplete plugin. Just leave phaser.js open in sublime and it gives you all the code complete you'll ever need. Sublime 2: http://www.sublimetext.com/2 The auto complete plugin: https://github.com/alienhard/SublimeAllAutocomplete axxion and ecv 2 Link to comment Share on other sites More sharing options...
WalterNyland Posted June 20, 2014 Share Posted June 20, 2014 It works exactly as described in those blog entries. Netbeans is perfect for Phaser development. Maybe you need to go through those links again? Just added the src of Phaser to Netbeans exactly as described... Link to comment Share on other sites More sharing options...
Heppell08 Posted June 20, 2014 Share Posted June 20, 2014 It works exactly as described in those blog entries. Netbeans is perfect for Phaser development. Maybe you need to go through those links again? Just added the src of Phaser to Netbeans exactly as described... It works exactly as described in those blog entries. Netbeans is perfect for Phaser development. Maybe you need to go through those links again? Just added the src of Phaser to Netbeans exactly as described... I work best with sublime but that's a personal perspective. i only tried using phaser in netbeans because of my java coding background and familiarity with the IDE. Link to comment Share on other sites More sharing options...
Kobaltic Posted June 21, 2014 Share Posted June 21, 2014 It worked for me. I had to close my project and re-open it. Now I have auto complete. Thanks man. Heppell08 1 Link to comment Share on other sites More sharing options...
Fntastic Posted June 21, 2014 Author Share Posted June 21, 2014 It worked for me. I had to close my project and re-open it. Now I have auto complete. Thanks man. You made it work with netbeans? Link to comment Share on other sites More sharing options...
Fntastic Posted June 21, 2014 Author Share Posted June 21, 2014 i have too tried to get netbeans to autocomplete for me and have since gave up. it is possible, ive seen it done. i spoke to someone on twitter who works at oracle and he made videos on youtube as well as a few posts on it too. You can read the posts here: Part 1: https://blogs.oracle.com/geertjan/entry/phaser_and_netbeans_ide Part 2: https://blogs.oracle.com/geertjan/entry/phaser_and_netbeans_ide_part Part 3: https://blogs.oracle.com/geertjan/entry/phaser_in_netbeans_ide_part Part 3 talks more on the code complete but like i say, it did not work for me and i was talking to him directly in email and on twitter. Maybe have a go and see but i prefer sublime text 2 with autocomplete plugin. Just leave phaser.js open in sublime and it gives you all the code complete you'll ever need. Sublime 2: http://www.sublimetext.com/2 The auto complete plugin: https://github.com/alienhard/SublimeAllAutocomplete Guess i will have to install st2. I have st3+SublimeCodeIntel but it isnt working. Link to comment Share on other sites More sharing options...
Heppell08 Posted June 21, 2014 Share Posted June 21, 2014 Guess i will have to install st2. I have st3+SublimeCodeIntel but it isnt working. Thats the exact reason i use Sublime Text 2 Link to comment Share on other sites More sharing options...
Kobaltic Posted June 21, 2014 Share Posted June 21, 2014 You made it work with netbeans? Yes with netbeans. As you can see in the picture. I made a html 5 project. My project is called DefendCOR then I made a folder under Site Root (this would be the www talked about in the 3rd page). I then made a folder called js, then another folder called libs and one last folder called phaser. I copied everything from the phaser src directory into my phaser folder. I then closed my html 5 project (right click on DefendCOR and click close) I then opened my html 5 project again and have auto complete working. See below to see auto complete in action. ecv 1 Link to comment Share on other sites More sharing options...
Fntastic Posted June 21, 2014 Author Share Posted June 21, 2014 Yes with netbeans. As you can see in the picture. I made a html 5 project. My project is called DefendCOR then I made a folder under Site Root (this would be the www talked about in the 3rd page). I then made a folder called js, then another folder called libs and one last folder called phaser. I copied everything from the phaser src directory into my phaser folder. I then closed my html 5 project (right click on DefendCOR and click close) I then opened my html 5 project again and have auto complete working. See below to see auto complete in action. That's nice i will give it a try. Do i need all those Phaser 'src' folders, cannot it autocomplete only from unminified Phaser.js? Fntastic 1 Link to comment Share on other sites More sharing options...
Kobaltic Posted June 21, 2014 Share Posted June 21, 2014 I dunno I didn't try. I just followed the directions provided. Link to comment Share on other sites More sharing options...
Fntastic Posted June 21, 2014 Author Share Posted June 21, 2014 I dunno I didn't try. I just followed the directions provided. Awsome it is working with netbeans SUPER! Thank you Kobaltic Link to comment Share on other sites More sharing options...
Kobaltic Posted June 21, 2014 Share Posted June 21, 2014 You're welcome, although I couldn't have done it without the other posts. Link to comment Share on other sites More sharing options...
axxion Posted July 19, 2014 Share Posted July 19, 2014 thanks Heppell08 Heppell08 1 Link to comment Share on other sites More sharing options...
ecv Posted May 28, 2016 Share Posted May 28, 2016 Thank you Heppell08 and Kobaltic. That worked beautifully. (Sorry for posting on an old thread) Link to comment Share on other sites More sharing options...
Recommended Posts