Bug 573614 - Generic editor content assist elements cannot be sorted based on provider
Summary: Generic editor content assist elements cannot be sorted based on provider
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.21   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-18 10:12 EDT by Christian Pontesegger CLA
Modified: 2021-05-18 10:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Pontesegger CLA 2021-05-18 10:12:41 EDT
The current implementation seems to priorize proposals depending on the speed of the ContentAssistProcessor. There is currently no way for

 a) the user via preferences
 b) the processor via extension point/programmatically

to define a priority for the listing of the proposals. There should be a way to define proposals of higher relevance and sort the displayed list according to it.