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

Intellisense low on offers #304

Open
mosheavni opened this issue Nov 5, 2020 · 1 comment
Open

Intellisense low on offers #304

mosheavni opened this issue Nov 5, 2020 · 1 comment

Comments

@mosheavni
Copy link

There's no real suggestions from the language server.
Tried both jedi and MPLS.
Current configuration:

{
  "coc.preferences.useQuickfixForLocations": true,
  "prettier.tabWidth": 2,
  "python.pythonPath": "/usr/local/bin/python3",
  "python.linting.enabled": true,
  "python.linting.pep8Enabled": false,
  "python.linting.pylintEnabled": true,
  "python.linting.flake8Enabled": false,
  "python.formatting.provider": "black",
  "python.jediEnabled": false,
  "pyright.disableLanguageServices": false,
  "tsserver.reportStyleChecksAsWarnings": true,
  "diagnostic.virtualText": true,
  "diagnostic.virtualTextCurrentLineOnly": false,
  "diagnostic.checkCurrentLine": true,
  "suggest.timeout": 500,
  "suggest.enablePreview": true,
  "suggest.triggerAfterInsertEnter": true
}

image

@mosheavni
Copy link
Author

It appears that coc-pyright was the culprit.
Apparently jedi also offers those lame choices. What works best is MPLS.
What are those suggestions anyway?

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

1 participant