The one thing I really miss in vim is a tiered intellisense support, just like we have one in PHP Eclipse.
For example:
/**
* Get the config object
*
* @return Config
*/
public function getConfig()
{
return $this->_config;
}
I find this explicit return type setting very useful and time saving feature.
Do we have something similar in vim?