How to search all files for a string in Android Studio?
In Android Studio,
On a Windows or Linux based machine use shortcut Ctrl + Shift + F to search any string in whole project. It's easy to remember considering Ctrl + F is used to search in the current file. So just press the Shift as well.
On OSX use the Command key instead of Ctrl.
Use Ctrl + F combination for Windows and Linux to search in current file.
Use Shift + Shift (Double Tap Shift) combination for Windows and Linux to search Project File of Project.
Command+Shift+F on Mac to find in path
Menu Bar->Edit->Find->Find in Path...
Try this. Enter your string name in dialogue box after pressing ctrl+shift+f
You can do it in two ways,
Goto Menu -> Edit -> Find -> Find in Path
Or use the shortcut,
ctrl+shift+f