Ashkan Kh. Nazary
Ashkan Kh. Nazary

Reputation: 22324

PhpStorm equvalent for Open Method (Ctrl + Shift + M) in Eclipse

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 ?

Upvotes: 2

Views: 1395

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401975

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

Upvotes: 4

Related Questions