Alex67
Alex67

Reputation: 3

Сode hints in PhpStorm

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...

Screenshot:

Upvotes: 0

Views: 343

Answers (1)

Vishal
Vishal

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

Related Questions