Was wondering if there is a PHP development tool that does like Jdeveloper(for java) and microsoft development tools that have popups that show the methods in a class when you are programming.
For instance, if I type
$myVar=new MyClass()
then use $myVar-> it would popup a list of methods/functions to choose from and what parameters they take rather than having to manualy go back and look at the class file itself and know what function sit hs and what parameters they take.
Thanks!