I use PHP editor Personal from MPSoftware, it does basically all of what the above product says but it doesnt Sync, It does however have an internal browser that you can use to check HTML with and it can also be linked up with a PHP server, EG the XAMPP PHP server to also preview PHP files while still ion the editor (similar to the way Frontpage and other WYSIWYG editors toggle between code and preview)
It also keeps track of all includes and i think it also does have the project functionality, and i think keeps track of classes, its possible it lists the variables used too but im not 100% sure.
It's syntax highlighted and as the above product does it also provides code hints and auto completes double quotes (so typing " automatically adds the second quote with the cursor in the middle for easy ECHO coding etc... ) And auto indents logical statements so after the first opening bracket { you will get the following lines indented for easy reading.
It's also free but its only for non-commercial use (there is a commercial version with more features) but sadly it is also "discontinued" so there are no more updates for it, im not sure of the status of support but to be honest ive never had any issues with it.
If you're interested google "php designer mpsoftware" that way you will get the homepage and be able to check out all the features

Reply