What IDE do you use to create PocketMine plugins? I use PhpStorm. My favorite features being: Version control (Github specifically, public and private repos), deployment, terminal, SSH, tasks, and composer integration.
Eclipse is handier for bigger plugins because you can finish things faster. And it makes it handier to look at the code
Don't you have PHPStorm? PHPStorm is useful for auto complete, auto Git push, fast collapse and wide and customizable debug info.
It took me awhile to get used to PhpStorm, but it was worth it. Now I can deploy to all my servers really easily!
I have used many, netbeans, eclipse, android studio, php storm, github, etc Note: I don't use all of these to make plugins
Why would you guys use notepad++? Pretty sure it doesn't have auto-completion or git(hub) integration! It would take too long to get something done. PhpStorm isn't that expensive.
Auto-completion makes me want to smash my computer into a brick wall. And I don't use Notepad++, it has too many features.
I have Notepad++ for just individual files I want to edit and NetBeans for actual projects (don't have any money to spend on PHPStorm and I'm not going to pirate it). And I also have Eclipse for trying to figure out how Java/Bukkit development works, and WindRiver for FIRST Robotics code But I use NetBeans and Notepad++ for PocketMine stuff...XDD
I use Sublime Text as a text editor for some things and individual files. Get an academic license for PhpStorm from Jetbrains. It's only $29!
I've used Textastic (on my iPhone), KomodoEdit, NetBeans, and currently I use PHPStorm to develop my plugins and some of @LegendsOfMCPE plugins too
I use NetBeans for PHP; since earlier this week. I use Eclipse (Juno I think) for Bukkit/Java, although I may switch to Netbeans for it.