Yii::app()->[CWebApplication] type inference.
As it is presented in the below screenshot Yii::app()-> is now resolved as CWebApplication. Thanks to such behavior it is possible to merge code-completion proposals from both CApplication(available with PDT by default) and CWebApplication.
View $this (CController) type inference
$this->widget alias completion