Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find variable usage in Android Studio? (like Ctrl + Shift + G in Eclipse)

Ctrl + Shift + G is used in Eclipse for finding where a variable is used.

How to do the same thing in Android Studio?

like image 794
user786786 Avatar asked Dec 05 '22 22:12

user786786


2 Answers

Android Studio use ALT + F7 and for more check link!!

like image 129
Subhalaxmi Avatar answered Dec 08 '22 11:12

Subhalaxmi


For windows: ALT + F7

For Mac: Option + F7

NB: Find usage functionality is not only applicable for variable search but also for the usages of Class, Objects, layout and even the drawable images.

For all the important shortcuts, download this sheet and keep copy in your desk.

like image 23
Mohammad Arman Avatar answered Dec 08 '22 11:12

Mohammad Arman