Using code navigation, PHPStorm can not show me quick function definitions; can it be configured to show me more detailed examples of the function's use? I have used ALT + F7 but its not helping.
Asked
Active
Viewed 40 times
1 Answers
0
as from this question
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).

Community
- 1
- 1

Master Yoda
- 531
- 8
- 22