[TYPO3-dev] Survey: php editor / IDE

Denyerec denyerec at gmail.com
Tue Mar 9 12:00:57 CET 2010


On Tue, 09 Mar 2010 08:46:56 -0000, Jigal van Hemert <jigal at xs4all.nl>  
wrote:
> Stefan Geith wrote:
> The only thing I have to figure out is how to get NetBeans to understand  
> the class behind things like $GLOBAL['TYPO3_DB'], etc.
>

Alas, I am struggling with this too. Netbeans doesn't seem to be too keen  
on tracking object types once they become part of an array, or arrays in  
general. I know it's asking a lot, but it'd be lovely to see code  
completion on known array elements :)

Ergo:

$myObject-> ...   will trigger code completion just fine, but:

$myArray['myObject'] = $myObject;
$myArray[...   // No code completion
$myArray['myObject']...  // No code completion

Etc.

Be very interested to know if anyone has found a way to trigger CC with  
arrays in Netbeans, as NB6.8 seems to be a head and shoulders above other  
PHP IDEs right now.

Regards,
Denyer

-----
http://gallery.denyerec.co.uk
http://www.flickr.com/denyerec




More information about the TYPO3-dev mailing list