public class MatchContextItemSorter extends CompletionItemSorter
Constructor and Description |
---|
MatchContextItemSorter() |
Modifier and Type | Method and Description |
---|---|
void |
sortItems(LSServiceOperationContext ctx,
List<org.eclipse.lsp4j.CompletionItem> completionItems)
Sort Completion Items based on a particular criteria.
|
public void sortItems(LSServiceOperationContext ctx, List<org.eclipse.lsp4j.CompletionItem> completionItems)
sortItems
in class CompletionItemSorter
ctx
- Completion contextcompletionItems
- List of initial completion itemsCopyright © 2018 WSO2. All rights reserved.