Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 350228 - Include Super Class methods in sub class
Summary: Include Super Class methods in sub class
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 06:22 EDT by bobbypretorius CLA
Modified: 2011-06-24 06:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bobbypretorius CLA 2011-06-24 06:22:34 EDT
Build Identifier: 

When developing on sub classes it would be useful to see the inherted methods from the parent classes.  At the moment these parent methods are not visible and therefore a black box and makes the code difficult to maintain.

Suggest.
Include the inhertited methods as collapsable sections in a different colour in the sub class for easy reference.

Thanks,
Robert

Reproducible: Always

Steps to Reproduce:
na
Comment 1 bobbypretorius CLA 2011-06-24 06:27:36 EDT
additional:
By default make the method section collapsed so that you only see the method signature.  If you want to see the code in the method then you expand the collapsable section.

This will ensure that your code development content pain remains neat and does not become over crowded with too much code and methods you might not be interested in.
Comment 2 Markus Keller CLA 2011-06-24 06:50:19 EDT
The editor just shows the contents of a file, and we're not going to change that.

To see the inherited methods and jump to them, you can use the Quick Outline (press Ctrl+O *twice*) or the Type Hierarchy view.