Bug 190238 - [quick assist] Implement abstract method in subclass
Summary: [quick assist] Implement abstract method in subclass
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: Other Linux
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-31 10:50 EDT by gapon CLA
Modified: 2009-03-16 05:15 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)