tags:

views:

247

answers:

6

It is my experience that all PHP IDEs written on Java are slow. You just can't compare the performance with Visual Studio. I use Aptana and also used NetBeans. Most of the time, your Intelli-Sense will open when you have moved forward typing syntax.

Is there any PHP IDE that meets the performance of Visual Studio?

+1  A: 

KDevelop.

ShishKabab PHP IDE.

Ngu Soon Hui
+2  A: 

Delphi for PHP. It's written in Delphi and thus a native, fast app ;-)

Sebastian P.R. Gingter
A: 

If you just want auto-complete, and not a full IDE:

ActiveState Komodo Edit

mmsmatt
+1  A: 

From my experience I've found VisualStudio slower than NetBeans. However, for PHP I'm still using vim.

Try JEdit, it is Java but it is quite efficient. There are plugins to enable code-completion etc.

Brett Ryan
A: 

Have a look at these articles:

Seven great PHP IDEs compared

The Big PHP IDE Test: Why Use One And Which To Choose

Adrian
A: 

You can try Nusphere PHPEd. It is not Java application.

Erkan BALABAN