roel
roel

Reputation: 2003

Eclipse showing methods

Is there a way in Eclipse to show the methods in a drop down on top of your screen? Like they do in visual studio. example

I know I can press Ctrl-O I just find the visual studio way handy.

Upvotes: 0

Views: 32

Answers (2)

Kai
Kai

Reputation: 39631

Even if there is no exact same way in eclipse you might find the feature to expand classes in the Package Explorer useful:

enter image description here

Upvotes: 0

Rick Riemer
Rick Riemer

Reputation: 84

Alt-Shift-B will bring up the Breadcrumb, which might be close to what you're looking for. If you click the arrow icons you'll get dropdowns for the packages, classes or methods.

Upvotes: 1

Related Questions