[TYPO3-50-general] Code completion in Eclipse PDT 2.1 with FLOW3

Karsten Dambekalns karsten at typo3.org
Mon Jul 6 14:34:19 CEST 2009


Hi.

On 05.07.2009 17:46 Uhr, Bastian Waidelich wrote:
> yes, code completion works for me:
> http://twitpic.com/9efgx

Try with nested namespaces:

<?php
namespace space2\space3;

class class_test2 {

     protected $property;

     function MyFunction() {
         $this->property; // no completion here
     }
}

This plain sucks, the same as PDT only with a hefty price tag.

Regards,
Karsten


More information about the TYPO3-project-5_0-general mailing list