Reputation: 3
How to configure PhpStorm so that when coding a PHP project in Laravel to automatically display code completion popup, otherwise you have to constantly press Ctrl + Space... and only then do the hints appear...
Upvotes: 0
Views: 343
Reputation: 61
You can also try install PHP Storm plugins name
These are the plugin use, and it provides all the Support for Laravel, and symfony for auto completion.
You can go to settings, and plugins, and search these plugins, it will surely help you for all your needs.
Make sure, you restart PHP Storm, after you install the plugins
Upvotes: 0