Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDEA and Eclipse : How to automatic generate method when extends a class

My question is extremely easy when you implement a class. (because Eclipse and IDEA can generate for us).

But, I don't know how to do the same when you extends a class. (Of course this work is not must, but I want to be sure what to do in my code, so this option will be helpful).

thanks :)

like image 633
hqt Avatar asked Dec 04 '22 17:12

hqt


1 Answers

For Eclipse, go into the Source menu (Alt+Shift+s) -> Override/Implement Methods... and this should give you a list of all the methods that can be @overriden.

like image 63
Mike Bockus Avatar answered Dec 11 '22 09:12

Mike Bockus