[TYPO3-dev] PHP editors context menu for methods and vars

Elmar Hinz elmar07 at googlemail.com
Mon Sep 17 16:57:44 CEST 2007


>> Are there any PHP editors offering the same features like Java editors.
>> Does eclipse offering this?
> 
> yes, ECLIPSE / PHPECLIPSE does the job very nicely. You get a list of
> all available functions / vars no matter if they are global, local or
> somewhere hidden in an included file / class.
> 
> See the example [1] where I just enter $GLOBALS['TYPO3_DB']-> to get all
> the methods of the TYPO3 db object.
> 
> [1] http://www.connecta.ag/eclipse/eclipse.png
> 

Hello Jochen,

thanks for the nice picture. It behaves rather like the vim editor, than
like Java editors. It shows all methods starting with the given string from
any available class, but it doesn't offer the methods specific for the
current object. I still have to know the starting string of the method I
need.

Regards

Elmar



















More information about the TYPO3-dev mailing list