Hi all, I just switched from pyls backend to mspyls backend, but I found the completion list returned by mspyls is not as convenient as pyls, for example (I would like to type "import" but the high priority candidates are classes instead of keywords):

It's the same case when completing function names, I think a heuristic rule would make the completion order more reasonable, I wonder could users customize their own completion orders?