Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No completion found #111

Open
teichholz opened this issue May 15, 2019 · 3 comments
Open

No completion found #111

teichholz opened this issue May 15, 2019 · 3 comments

Comments

@teichholz
Copy link

Im on MacOS and i'm getting no completion with company-lsp despite the lsp-server as well as completion-at-point working. I've tested it with the typescript-language-server and the Microsoft Python Language Server. I'm using DOOM Emacs and have also tested it with Spacemacs without success.

Am I doing something wrong?

@yyoncho
Copy link
Contributor

yyoncho commented May 15, 2019

I assume that the client side filtering is filtering out the results. First make sure that you are using the latest version of company lsp. You may add MS python server id in company-lsp-filter-candidates (it should have nil).

To debug that you may do M-x trace-function company-lsp-filter-candidates .

@teichholz
Copy link
Author

setting company-lsp-filter-candidates to nil fixed it, but caused #79. Setting company-lsp-cache-candidates to 'auto fixed it.

@yyoncho
Copy link
Contributor

yyoncho commented May 15, 2019

Thanks for doing the investigation. I guess @tigersoldier will know what we should do to make it work by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants