Any PHP environment written in C?

In my experience, all PHP-IDEs written in Java are slow. You simply cannot compare performance with Visual Studio. I use Aptana and also used NetBeans. In most cases, your Intelli-Sense will open when you go to the input syntax.

Is there any PHP environment that matches Visual Studio performance?

+7
php php-ide
source share
6 answers

Delphi for PHP . It is written in Delphi and, thus, a native, fast application; -)

+3
source share
+2
source share

You can try Nusphere PHPEd. This is not a Java application.

+2
source share

If you just want to autocomplete rather than a complete IDE:

ActiveState Komodo Edit

+1
source share

In my experience, I found VisualStudio slower than NetBeans. However, for PHP, I still use vim.

Try JEdit , it is Java, but it is pretty efficient. There are plugins for enabling and completing code, etc.

+1
source share
+1
source share

All Articles