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 ?
Asked
Active
Viewed 1,381 times
2
-
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 Answers
4
Go To
| Symbol...
is most likely what you are looking for.

CrazyCoder
- 389,263
- 172
- 990
- 904
-
Thanks for replying here again so I can mark your answer as correct – Ashkan Kh. Nazary Aug 03 '11 at 14:41
-
1As a keyboard shortcut for Go To (or Navigate) | Symbol: `Ctrl + Alt + Shift + N` – bizi Dec 10 '13 at 22:31