You mean IDE wise?
get a copy of PDT
Has most of the features of Zend for free.
javadoc
/
@return className
*/
will allow auto complete from functions/methods that return objects.
Type hinting or the following JavaDoc
/
@ className $monkey
*/
Should allow autocomplete of passed objects.
Normal things work on ctrl-space, maybe ctrl-shift-space for params( didn't try that one, just going by Zend).
http://www.eclipse.org/pdt/