vote up 3 vote down star
2

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.

flag

8 Answers

vote up 6 vote down check

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

jEdit http://jedit.org

link|flag
vote up 0 vote down

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

-j

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.