Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 108 forks source link

Config autocomplete does not work for files with dot (like 'app.settings.php') #236

Open tekord opened 5 years ago

tekord commented 5 years ago

Hi! Thanks for this useful plugin!

I have an issue. My project contains a configuration file 'config/app.settings.php'. Plugin's autocomplete feature does not work for this file, but work for 'app.php'.