## Info (example: slim framework) ### Install ``` composer require slim/slim ``` ### Code (index.php) ```php <?php require 'vendor/autoload.php'; /** @var \Slim\App $app */ $app->| ``` ### Phpactor (Snap shot) <img width="585" alt="phpactor_variable_type_not_completion_" src="https://user-images.githubusercontent.com/14961986/50292976-e2130600-04b5-11e9-8d0a-8ca67a68662f.png"> ### In the case of phpcd.vim under the same condition (Snap shot) <img width="580" alt="phpcd_variable_type_not_completion_" src="https://user-images.githubusercontent.com/14961986/50293389-cbb97a00-04b6-11e9-93e8-8689839f0af0.png"> https://github.com/lvht/phpcd.vim