Possible Duplicate:
IDEA and Eclipse : How to automatic generate method when extends a class
I just switch from eclipse to intellij idea. Cause its much faster and i like the single workspace per project. My question is how to generate methods in intellij? like in eclipse you will right click in the editor and will navigate like this

How to do that in intellij? Thank you..
Ctrl + O (override methods) and Ctrl + I (implements methods) are what you are looking for 🙂
Here is the cheat sheet
http://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard.pdf
Good luck 🙂