King2500 / idea-php-advanced-autocomplete

Plugin for PhpStorm IDE. Adds auto-completion support for various built-in PHP functions, where parameter is a string literal.
https://plugins.jetbrains.com/phpstorm/plugin/7276-php-advanced-autocomplete
MIT License
61 stars 7 forks source link

Autocomplete for compact function. #7

Closed jan-j closed 5 years ago

jan-j commented 9 years ago

Hey. Autocomplete for compact function would be great. It should list all local variables declared in current scope (declared before calling this function).

King2500 commented 5 years ago

This feature was added natively in PhpStorm 2016.3.3: https://youtrack.jetbrains.com/issue/WI-24584