ChatGPT解决这个技术问题 Extra ChatGPT

Quick search on filename

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.


A
Anye

deniz, you can search everywhere with Double Shift.

It looks like:

https://i.stack.imgur.com/DfzOC.png


A
Ashwin

To search by file name use the following shortcut keys

On Mac: command + shift + O

On Windows / Linux: control + shift + N


H
Hamza Waleed

To search only recent files:

ctrl+E

To search all files:

shift + shift


y
yoAlex5

Find Files

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

[More shortcuts]


v
vineeshvs

You can use search button or double shift


S
Shiv Buyya

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