Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm and expanded php definitions

Using code hinting, PHPStorm can show me quick function definitions; can it be configured to show me more detailed examples of the function's use?

like image 954
Eric Avatar asked Jan 14 '23 16:01

Eric


1 Answers

You can place the cursor (text-cursor, not mouse-cursor) on any PHP function and press Shift + F1 (Menu: View -> External Documentation).

That will open the detailed description incl. examples and user-comments (read: the PHP manual).

like image 56
M8R-1jmw5r Avatar answered Jan 19 '23 10:01

M8R-1jmw5r