Community
Participate
Working Groups
Code completion does not work inside "inline" variable type comment. E.g. $siteStructure = Zend_Registry::get('Zend_Navigation'); /* @var $siteStructure Zend_Navigation */ When I started to type /* @ as in the example above I would like to be suggested @var then the $siteStructure variable name and the class name...
CA works only in phpDoc comment but phpDoc comment can be used for variable type comment. See: $siteStructure = Zend_Registry::get('Zend_Navigation'); /** @var Zend_Navigation $siteStructure */
Right, verified for phpDoc. Closing
Closed