I use both IDEs. Mostly Netbeans as it is much faster and not that memory leaking. When it comes to remote projects I switch to eclipse. The remote explorer is great and no other IDE I know has that kinda thing. I am working on Windows, Mac and Linux
I have used both of them. Eclipse was very buggy and slover than Netbeans. Now when new Netbeans Beta version 7.1 support Remote git (push, pull, fetch) I switched all my Yii and other projects to Netbeans. Now I use Eclipse only when I have to edit some remote code.
PhpStorm 3 here. I’ve spent quite some time with NetBeans, Eclipse and Zend Studio (both before and after Eclipse integration) and PhpStorm is the only one that’s not gotten on my nerves
I use NetBeans - it runs faster and has mercurial and git support which is great as all my projects use either one. Tried Eclipse, but it was kinda slow and crashed more often than NetBeans. I code either yii-projects or wordpress-based ones, no java
Nusphere PhpED. I was using Netbeans for a while, it’s certainly the best free/Java-based IDE I’ve used (I’ve also tried Eclipse, Aptana). PhpED is written in C++ and has an excellent remote debugger. It’s very fast overall, works with code completion, etc. Everything you’d expect and probably more.
The downside: the current sale price is $209 for the version that includes remote debugging. $119 for the “standard” version that doesn’t have remote debug.
I am searching for a good IDE. Important for me is the code-completion. When I write my own classes with methods I want to see the methods while using an object of the class. I know this feature from other languages like Java (in Eclipse for example). I create a new object of my class and see all the properties and methods.
On my Mac I use Espresso. But this is more a simple editor than an IDE.