Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Can I customize the completion order in lsp python mode? #117

Open
yzh119 opened this issue Jul 26, 2020 · 1 comment
Open

Can I customize the completion order in lsp python mode? #117

yzh119 opened this issue Jul 26, 2020 · 1 comment

Comments

@yzh119
Copy link

yzh119 commented Jul 26, 2020

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):

image

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?

@seagle0128
Copy link
Collaborator

No. I think you should look into lsp-mode and company.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants