Coc.nvim: Can add other sources to python?

Created on 19 Jan 2019  路  8Comments  路  Source: neoclide/coc.nvim

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.

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.

All 8 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lanox picture lanox  路  3Comments

npearson72 picture npearson72  路  3Comments

LinArcX picture LinArcX  路  4Comments

MaskRay picture MaskRay  路  3Comments

iago-lito picture iago-lito  路  3Comments