2

There is a nice shortcut in Eclipse that brings up a dialog with all methods and functions available (shortcut is Ctrl + Shift + M), is there an equivalent in PhpStrom ?

Mwiza
  • 7,780
  • 3
  • 46
  • 42
Ashkan Kh. Nazary
  • 21,844
  • 13
  • 44
  • 68
  • See http://stackoverflow.com/questions/3990289/intellij-shortcut-to-show-a-popup-of-methods-in-a-class-that-can-be-searched/3992371#3992371. – CrazyCoder Aug 03 '11 at 07:24

1 Answers1

4

Go To | Symbol... is most likely what you are looking for.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904