I made a plugin that extends completion.contributer, which works fine, except that there is one problem: the suggested words provided by my plugin always stay on top of the list. That's not what I want. Instead, they are supposed to be on the bottom. I tried to extend completionweigher, but didn't have any luck. Also, I tried PrioritizedLookupElement, but no luck either. Any suggestions?
↧