yaegassy / coc-pylsp

pylsp (python-lsp-server) extension for coc.nvim.
https://www.npmjs.com/package/@yaegassy/coc-pylsp
MIT License
34 stars 2 forks source link

Set completion of rope to `false` by default because of duplicate completion candidates #2

Closed yaegassy closed 3 years ago

yaegassy commented 3 years ago

Duplicate completion candidates for jedi and rope.

In palantir/python-language-server's vscode-client, pyls.plugins.rope_completion.enabled is true. https://github.com/palantir/python-language-server/blob/develop/vscode-client/package.json#L272-L276

In coc-pylsp, I set the "default" value to false