NiclasvanEyk / jetbrains-laravel-make-integration

🛠 A set of integration points that connect your Laravel application to PhpStorm
https://plugins.jetbrains.com/plugin/14612-make-for-laravel
37 stars 5 forks source link

🤖 Autocompletion #11

Closed NiclasvanEyk closed 3 years ago

NiclasvanEyk commented 4 years ago

This PR adds support for autocompleting the flags & options that some commands support, like you can see in the picture below.

Screenshot 2020-09-21 at 23 57 40

The output of php artisan make:subCommand --help is parsed to generate this list and common but not very helpful flags like --version or --help are filtered out.