Say I add a function to an outstanding Interface. In Visual Studio, within a class which implements it I can right click the Interface declaration and re-implement it. This will update the code to reflect the changes made. Is there anyway to do the same thing in eclipse? It’d be nice if there was. I’ve searched the net, alas no joy.
Share
Put the cursor on the name of the class and press
CTRL+1to activate the quick-fix. That should offer the option of adding the new method.UPDATE: BTW, here’s a really handy list of Eclipse keyboard shortcuts. If you’re on Mac, you can usually substitute
⌘forCTRL.