Alireza Bideli
Alireza Bideli

Reputation: 874

How to search files usage in whole project in Android Studio?

I pushed a git Hub project into my android studio. As you can see in this project it has lots of files consist of java classes, assets and etc.

My problem is that I don't want to search all project files to find where asset files especially style.css is used.

I also tried pressing shift twice but it doesn't give me my desired result.

Is there any to find out where our project files specially assets are used?

Any help will be appreciated

Upvotes: 1

Views: 1117

Answers (1)

Akshay Khajuria
Akshay Khajuria

Reputation: 123

You need to use CTRL+SHIFT+F for search the particular file in whole project in android studio.

Upvotes: 2

Related Questions