I'd like a feature called dynamic return type. I already know that feature from PHPStorm-Plugin. Related Github-Repo.
php
/** \Car $example; **/
$exampe = myNew('car');
Would be nice if I didn't have to declare the type via phpDoc.
该提问来源于开源项目:bmewburn/vscode-intelephense