Question

I'm using namespaces in a project and Eclipse PDT, my IDE of choice, recognizes them as syntax errors. Not only it renders its convenient error checking unusable, but it also ruins Eclipse's PHP explorer.

5.3 features are coming to PDT 2.0 scheduled for release in December. Are there any alternatives for the present moment? I'm looking for 5.3 syntax highlighting and error checking at the least.

Was it helpful?

Solution

Some threads that have been addressed by the various PHP IDE developers regarding the status of 5.3 syntax support:

OTHER TIPS

This blog states that PHP 5.3 support already presents in latest integration of PDT 2.1.0.

NuSphere (http://www.nusphere.com/ ) just released PhpED with full support for all php-5.3 features. Works great for me.

-j

The latest version of netbeans 6.8(beta) does support most of the new features...

I'm finding JetBrains php storm pretty good.

Have you tried Aptana Studio or the Aptana plugin for Eclipse? I'm not sure if the Aptana plugin supports PHP, but Aptana Studio does. That might have what you are looking for.

It probably won't really help you, but my current solution is Zend Studio 5.5 with real-time errors disabled. I can't use the internal debugger on 5.3 projects, but everything else in the IDE still works and the namespace code isn't highlighted as an error. I get to keep the code explorer and syntax highlighting and just test my code external to the IDE.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top