Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime's CTRL + R in PHPStorm?

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?

like image 986
Mihai Vinaga Avatar asked Jul 09 '14 15:07

Mihai Vinaga


1 Answers

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.

enter image description here

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

like image 154
Anton Dozortsev Avatar answered Nov 15 '22 14:11

Anton Dozortsev