Search code examples
phpstorm

PhpStorm: Is there a way to show method name in the show usages popup?


I would like to see, besides the line number, the method name in the "Show usages" popup as in the image below:

PhpStorm's show usages popup


Solution

  • In the toolbar, there's the File Structure button ([m]) that does exactly that.

    enter image description here