Reputation: 1127
Currently when overriding a method in e.g. an Activity in an Android Eclipse project I do:
Source > Override/Implement Methods > scroll list, check box, click OK.
Is there a shortcut for this with fewer steps?
Upvotes: 6
Views: 4658
Reputation: 15010
You can also start to type the method name and auto completion (Ctrl-Space) will also give you function you can override.
Upvotes: 1
Reputation: 471
In my case,
Step 3 will shows methods you can override.
Disable auto activation will increase the performance of eclipse and bind key to content assist is much faster and useful.
Upvotes: 0
Reputation: 160191
alt-shift-s v
All the keyboard shortcuts are discoverable in the configuration.
Upvotes: 8