Bug 423769 - [content assist] Allow to sort completion proposals by type hierarchy
Summary: [content assist] Allow to sort completion proposals by type hierarchy
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-11 03:05 EST by john lee CLA
Modified: 2013-12-12 08:48 EST (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 john lee CLA 2013-12-11 03:05:23 EST
Hello,I like eclipse, but compare to Intellij IDEA, there is a problem in content assistant.
When I code a java project, example, I input "JFrame jf; jf.", and the hint popup shown, but each item sorted by alphabetically, it's not I want. I hope the method about the current child class JFrame at front, and following the super class ,like the Component...;
Could you have some solution for it: I want the current class method hint at first;
And I tried the plugin about jface, and saw the ICompletionProposalSorter, but I also can't use the interface to do something helpful;