Hello,
I was wondering if people working with Eclipse ODT knew how to :
-
get auto completion for getters/setters (is that at all possible), like having variables names listed in autocompletion dropdowns for getters/setters
-
get autocompletion for specific CWebApplication methods/ppties when calling Yii::app()->…, since app() has a PhpDoc Block specifying that the method returns an instance of CApplication we don't get the specific method of the children classes like CWebApplication (no type casting in PHP 5 right ?)
Thanks if anyone has any clues about this
thomas