Sublime's CTRL + R in PHPStorm?

phpstorm, sublimetext

Solution

Navigating with Structure Views

In phpstorm this feature have named as File Structure, shortcut: Ctrl+F12(Command+F12 on OS X).

And quickly perform search by Speed Search.

Use this feature in any files: `*.html`, `*.css`, `*.sql`, etc.

Problem

I would like to search in all the methods of a specific class in `PHPStorm` like I can do in Sublime using `CTRL + R`. Is there such a feature in `PHPStorm`?

Original source