Is there a way to view a list of all variables and methods in a class like in Eclipse, where all variables and methods of the class are listed vertically on the right side of the window. This Eclipse feature is useful to quickly see all the members of a class and you can click them to jump to their definitions.
Googling for this question led me to a lot of stuff about finding variable values when debugging, which I already know how to do and is not what I'm looking for.
Thanks for any help!