How to quickly implement/override methods in Eclipse?

If I want to override some methods I currently right-click on the class name, select "Source" -> "Override/impl...".

Is there a shortcut or another way to do this quicker in Eclipse?


Press CTRL-3, type "override", press enter :)

simple as that.


Type the first few letters of the method name in the class (outside of methods) and press Ctrl-Space. This should list methods of your super classes. Select the correct one and press enter.


If you are on windows, how about just: ALT > S > V