![]()
Netbeans announced it’s PHP support intentions by release of version 6.1, where we saw php plug-in.
I was always wondering about PHP support in any other IDE than mighty Zend Studio.
Zend studio is slow, laggy and sounds like they switched to development of Zend plugin for Eclipse.
But PHP plugin was actually not PHP plugin back in 6.1 - I tried it, but it didn’t work for me. So there was no choice and I had to stay with Zend.
So, new version of famous Java IDE has been released recently and the first think I wanted to try out was PHP support.
And the result is great. The guys really improved the plugin a lot and it has almost every feature Zend does.
Code folding, highlighting, correct ‘project’ support, subversion and so on…
You can read list of great feature on internetnews.com
But something is missing.
Zend had a bunch on great features, such as ‘add ftp server’, which allows you to copy files from projects to ftp and vice versa, which is a great bonus that doesn’t require you to browse through files with separate ftp client.
Netbeans is missing that.
Netbeans comes with file inspector, but pushes all the code inside the file into it (including html) and there’s no possibility to turn it off. Confusing to see <br/> and <table> tags inside file inspector. But that’s a great motivator to separate logic from presentation :)
Netbeans also has a css highlighting, which is missing in zend.
Anyway with all these missings, netbeans is free! Which made me use it as main IDE for java and php development.
Give it a try!















