Im new to Android Studio IDE. I just have a question, its is there a way to extract all member variables and methods in a java class that had been written before? I mean suppose that I had a 6000-lines java class and it has so many member variables and methods inside, how can I have a recap of all that real quick? Hopefully I could get some responses from you guys. Thank you so much.
Asked
Active
Viewed 294 times
1 Answers
0
You can open a list of fields and methods of a class at View -> Tool Windows -> Structure
.

Viacheslav Kholostin
- 61
- 3