Bug 190238

Summary: [quick assist] Implement abstract method in subclass
Product: [Eclipse Project] JDT Reporter: gapon <gapon>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, neale
Version: 3.3   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Whiteboard:

Description gapon CLA 2007-05-31 10:50:27 EDT
IntelliJ Idea can do this - you have abstract class A with abstract method m() and 2 subclasses - for class A it would be nice to make hint for the line with m() method like "Implement method in <subclass1>" and "Implement method in <subclass2>" etc.
Comment 1 Dani Megert CLA 2007-05-31 12:03:44 EDT
This would be a quick assist. Note that in Eclipse you can open the subclass and then either

type "m" + Ctrl+Space (code assist) to implement/override a method

or

Source > Override/Implement Methods...
Comment 2 gapon CLA 2007-06-01 03:43:58 EDT
yes, i know it - but i don't want to open subclass - i want to override the method from the superclass - try intellij, it's very useful
Comment 3 Neale Upstone CLA 2009-03-16 05:15:31 EDT
I agree with Gapon.  It's very useful in IntelliJ, and ... very productive, as is the ability to navigate directly to the method in one or more sub-classes.

Gapon, you might want to vote for your own bug :)