How to find a variable in Android Studio? (e.g. Ctrl + Shift + G in Eclipse)

Ctrl+ Shift+ GIs used in Eclipse to find where the variable is used.

How to do the same in Android Studio?

+4
source share
2 answers

Android Studio use ALT+ F7and for additional link check !!

+7
source

For windows: ALT + F7

For Mac: Option + F7

Note. The search for use functions is applicable not only to search for variables, but also to use classes, objects, layouts, and even available images.

.

+5

All Articles