How to quickly implement/override methods in Eclipse?

Pavel picture Pavel · Oct 10, 2011 · Viewed 73.2k times · Source

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?

Answer

caarlos0 picture caarlos0 · Oct 10, 2011

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

simple as that.