-
-
Notifications
You must be signed in to change notification settings - Fork 891
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
Javascript function parameters completion #3498
Comments
Hey @shivjm, willing to take a look? |
Yup, happy to! |
The settings are being correctly propagated from lsp-mode to the server, but the server never returns this kind of suggestion. The suggestion mechanism does seem to work for automatic imports, so it’s specific to this kind of completion. I’ll keep digging. |
I'm not sure if it helps, but here's a discussion of the functionality's behaviour: hrsh7th/nvim-cmp#646 (comment) |
Thank you! |
I will keep it open - we might think of some hacky solution to avoid server bugs... |
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
typescript-language-server added function parameters completion: typescript-language-server/typescript-language-server#303. Setting the emacs-lsp's
lsp-javascript-suggest-complete-function-calls
setting doesn't seem to change anything.Steps to reproduce
Expected behavior
Function parameters getting completed
Which Language Server did you use?
typescript-language-server
OS
Linux
Error callstack
Anything else?
I managed to make it work with neovim
The text was updated successfully, but these errors were encountered: