152

How can I quick search a class file or entire resource file in android studio?

Eclipse short cuts are

Shift+Ctrl+R for all resource files (include .java file)

Shift+Ctrl+T for all Java class in classpath

Currently, I have changed keymap settings to Eclipse so that I am able to use same short cuts in Android Studio. However, I need to know what is the default shortcut keys in Android Studio.

Alexander Abakumov
  • 13,617
  • 16
  • 88
  • 129
Deniz
  • 12,332
  • 10
  • 44
  • 62

6 Answers6

378

deniz, you can search everywhere with Double Shift.

It looks like:

enter image description here

Halo
  • 1,730
  • 1
  • 8
  • 31
Tom Dev
  • 3,920
  • 1
  • 13
  • 8
44

To search by file name use the following shortcut keys

On Mac: command + shift + O

On Windows / Linux: control + shift + N

Ashwin
  • 7,277
  • 1
  • 48
  • 70
8

To search only recent files:

ctrl+E

To search all files:

shift + shift

Hamza Waleed
  • 1,334
  • 10
  • 12
6

Android Studio Find Files

Mac: ⌘ Command + ⌃ Shift + O
Windows/Linux: Ctrl + Shift + N

[More shortcuts]

yoAlex5
  • 29,217
  • 8
  • 193
  • 205
3

You can use search button or double shift

vineeshvs
  • 479
  • 7
  • 32
Md Tariqul Islam
  • 2,736
  • 1
  • 20
  • 35
3

Go to Navigate Menu->File or Ctrl+Shift+N.

You Can Also use for All files Search(Double tap Shift):

 Shift+Shift

For Viewing Recent Files Search:

ctl+E
Shiv Buyya
  • 3,770
  • 2
  • 30
  • 25