How to search all files for a string in Android Studio?

In Android Studio,

  1. 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.

  2. On OSX use the Command key instead of Ctrl.

  3. Use Ctrl + F combination for Windows and Linux to search in current file.

  4. Use Shift + Shift (Double Tap Shift) combination for Windows and Linux to search Project File of Project.

  5. 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

enter image description here

Or use the shortcut,

ctrl+shift+f