Murz Will be good to add support for parsing the .phpstorm.meta.php file and use it in autocomplete suggestions. Many projects generate this file to make the life of programmers a little easier. More info about this file is here: https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html
JakubMisek Murz Hello Murz, thank you for the suggestion. We do parse the phpstorm-meta file already, but not for autocomplete yet. We use it for type inference only. Good idea to use it for completions. I'm adding it to our to-do list.
ColinMollenhour It doesn't appear to be working in my project. I'm trying to move over from PhpStorm and our meta file is located in a subdirectory: shell/.phpstorm.meta.php - is that supported? It didn't seem to work when I tried copying it to root either, but is there something I need to do to trigger it to be indexed?