Reputation: 2003
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.
I know I can press Ctrl-O I just find the visual studio way handy.
Upvotes: 0
Views: 32
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:
Upvotes: 0
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