Which PHP editor ( for MAC OS/X ) would you recommend free/premium that would not only allow you to do all the basic jazz such as auto-ftp, intellisense, syntax highlighting, and of course step-thru debugging BUT ALSO the auto-complete of your own variables?
so, if you do;
$my_name = "ABC";
and later on down the page, when you type $my_n, you get the "ame" is auto suggested.
I’m pretty sure most modern IDEs support this. I’m using Netbeans, and can confirm it has the feature you described.