Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Autocompletion through Coc vs VS Code #321

Open
iukej opened this issue Dec 9, 2020 · 2 comments
Open

Autocompletion through Coc vs VS Code #321

iukej opened this issue Dec 9, 2020 · 2 comments

Comments

@iukej
Copy link

iukej commented Dec 9, 2020

Hi all,

  1. When putting Coc side by side with VS Code, the same (local, not standard Python package) has a different set of autocomplete suggestions. Coc has a handful of the correct module.

LHS is Coc, RHS is VS Code. As you can see, the Python paths are identical, they both point to

"/Users/username/anaconda3"

coc_nvim_against_vscode_codecomplete_redac

  1. It's extremely slow to autocomplete.

When I set python.pythonPath as "/Users/username/anaconda3/bin/python" (at python itself), it's extremely fast but only includes packages that come with MPLS. To get everything else, I've appended

"/Users/username/anaconda3/lib/python3.7/site-packages"

to python.autoComplete.extraPaths, and it becomes just as slow as using the original

"/Users/username/anaconda3" within the python.pythonPATH.

I've attached a snapshot of :CocInfo in case it's helpful for context.
brokenautocomplete_redac

@chemzqm
Copy link
Member

chemzqm commented Dec 10, 2020

Sorry, I can't fix those issues with coc-python

@chemzqm chemzqm closed this as completed Dec 10, 2020
@chemzqm chemzqm transferred this issue from neoclide/coc.nvim Dec 10, 2020
@chemzqm chemzqm reopened this Dec 10, 2020
@chemzqm
Copy link
Member

chemzqm commented Dec 10, 2020

Try other alternatives

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