-1

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.

tereško
  • 58,060
  • 25
  • 98
  • 150
user3668857
  • 11
  • 1
  • 4

1 Answers1

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