| Summary: | [content assist] Smart Content-Assist: categorized, sorted | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Missing name <vp2177> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | daniel_megert |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
>* 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.
|
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