128
votes

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.

6

6 Answers

327
votes

deniz, you can search everywhere with Double Shift. Hope this helps you.

It looks like:

enter image description here

35
votes

To search by file name use the following shortcut keys

On Mac: command + shift + O

On Windows / Linux: control + shift + N

3
votes

To search only recent files:

ctrl+E

To search all files:

shift + shift

2
votes

You can use search button or double shift

1
votes

Find Files

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

[More shortcuts]

1
votes

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