0

I need to find a text occurrence inside all files and classes in Android Studio. I am unable to achieve it with the double Shift or Ctrl+Shift+F. Is there any shortcut key for that?

Jasper
  • 2,166
  • 4
  • 30
  • 50
Sweta Jain
  • 3,248
  • 6
  • 30
  • 50

1 Answers1

1

Try Out this

Ctrl + Shift + F to search any string in whole project

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

Ankit Mishra
  • 530
  • 8
  • 16