I've created a vscode extension that adds completionItems so that they show up in the autocomplete dialog. But the issue is, completionitems (methods) I've added, show up at the bottom of the list. Global identifiers show up on the top of the list.
Is there a way to change/override this behavior ?