Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339009 - [content assist] Smart Content-Assist: categorized, sorted
Summary: [content assist] Smart Content-Assist: categorized, sorted
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-05 10:30 EST by Missing name CLA
Modified: 2011-03-14 07:20 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 Missing name CLA 2011-03-05 10:30:43 EST
Build Identifier: Galileo

Content-Assist should be smart(er), like in NetBeans or Visual Studio. It should:
* categorize the suggestions, based on context
* most importantly, show first the suggestions returning a type matching the lvalue 

Example:

String foo = bar.get<C-Assist> should show:
                    String()
                    --...suggestions with non-matching type--
                    Int()
                    ...


Reproducible: Always
Comment 1 Dani Megert CLA 2011-03-14 07:20:40 EDT
>* most importantly, show first the suggestions returning a type matching the
>lvalue 
This works for me using Eclipse SDK 3.7 M6.

There are no plans to make the categories visible by adding separators.