Is your feature request related to a problem? Please describe.
Can add other sources to python? Pyls is not very friendly, my experience with deoplete-jedi was great, but switching coc to write python is incomplete.
I have the same problem. I am using vim to program python and I don't know how to get good autocompletion with nvim and coc.
Is there any alternative?
Try https://github.com/neoclide/coc-jedi? From the README, only basic completion working by now.
@fannheyward I found that coc-jedi just completed the completion, and other important features were not completed.
According to this comment, it seems that coc-jedi is no longer being developed in favor of Microsoft/python-language-server integration instead. This is the same language server used in VSCode, and it reportedly works great. Not sure what the current status of this project is, however, as that comment dates back to 2018.
https://github.com/neoclide/coc-python almost done, should be able to work soon, it's expected to have somes bugs at first.
@chemzqm Awesome! I just came across this thread in which you showed how to configure MPLS as a custom language server as well. Glad to hear that the official extension is nearing completion, though.
It could works with master of coc.nvim now.
i will try it
Most helpful comment
https://github.com/neoclide/coc-python almost done, should be able to work soon, it's expected to have somes bugs at first.