tags:

views:

1519

answers:

8

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.

A: 

I am not aware of any at the moment, you might just have to wait a while =/

The.Anti.9
A: 

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.

Thomas Owens
+6  A: 

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

Daniel
A: 

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.

Jeremy Privett
+2  A: 

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

A: 

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

-j

A: 

jEdit http://jedit.org

Anatoliy
+1  A: 

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

Ronald Conco