You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 .
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?
The text was updated successfully, but these errors were encountered: