Quick search on filename

Android Studio

Android Studio Problem Overview


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.

Android Studio Solutions


Solution 1 - Android Studio

deniz, you can search everywhere with Double Shift.

It looks like:

enter image description here

Solution 2 - Android Studio

To search by file name use the following shortcut keys

On Mac: command + shift + O

On Windows / Linux: control + shift + N

Solution 3 - Android Studio

To search only recent files:

ctrl+E

To search all files:

shift + shift

Solution 4 - Android Studio

Find Files

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

[More shortcuts]

Solution 5 - Android Studio

You can use search button or double shift

Solution 6 - Android Studio

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionDennis MPView Question on Stackoverflow
Solution 1 - Android StudioTom DevView Answer on Stackoverflow
Solution 2 - Android StudioAshwinView Answer on Stackoverflow
Solution 3 - Android StudioHamza WaleedView Answer on Stackoverflow
Solution 4 - Android StudioyoAlex5View Answer on Stackoverflow
Solution 5 - Android StudioTariqulView Answer on Stackoverflow
Solution 6 - Android StudioShiv BuyyaView Answer on Stackoverflow