Mike Smith
Mike Smith

Reputation: 59

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.

Upvotes: 4

Views: 981

Answers (1)

Héctor
Héctor

Reputation: 26044

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

Upvotes: 5

Related Questions