PHP Editor

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

PHP Editor

Post by Grim... »

Much as I'd love to plough through all 29 pages of the 'favourite' thread, I was wondering if anyone could suggest an editor that has syntax highlighting, SFTP uploading built in and can read through your code an find user-defined functions (so you can just right click on the function name to be taken to the correct point in the correct file)?
Zend does all that, but feels a bit clunky.
Otherwise, money is no object.
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

Eclipse + Zend PDT + One of the several FTP modules.
Post Reply