Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you view the methods for a class in Android Studio?

I am moving from Eclipse to Android Studio, and my faint recollection is that there was a way to list all the methods of a class in Eclipse. Then, you could click on them and jump to the code.

Is there a way to do this in Android Studio?

Thank you.

like image 681
Mike Smith Avatar asked Sep 11 '25 02:09

Mike Smith


1 Answers

You can enable that panel on View -> Tool Windows -> Structure

like image 168
Héctor Avatar answered Sep 13 '25 15:09

Héctor