autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 273 forks source link

Client commands #1087

Closed qmmp123 closed 4 years ago

qmmp123 commented 4 years ago

I have a few questions about usage of this plugin

1)How to manual show popup with completion list? 2) How to manual show popup with parameters of function?

autozimu commented 4 years ago

To trigger completion manually, see https://github.com/vim/vim/blob/37addecc422c3b62a622b371246dc4ef0a2fa157/runtime/doc/insert.txt#L986

There is no way to manually display parameter at the moment. Feel free to create feature request.