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
Hi, apologies if I'm missing something very basic but I don't understand how to enable function signatures. I've tried both deoplete and nvim-completion-manager with both python-language-server and eclipse-jdt-ls, both of which I'm sure support signature help.
Based on #105 I thought the function signature was supposed to be sent in the detail/info fields, however doing some logging in rplugin/python3/deoplete/sources/LanguageClientSource.py showed that none of the fields of the items sent to the deoplete source contained signatures.
Upon further reading it seems like function signatures are handled by a entirely separate event textDocument/signatureHelp which is triggered by either '(' or ',' however (as seen in the logs) the event did not go off.
What am I misunderstanding? Apologies again and thanks in advance.
Hi, apologies if I'm missing something very basic but I don't understand how to enable function signatures. I've tried both deoplete and nvim-completion-manager with both python-language-server and eclipse-jdt-ls, both of which I'm sure support signature help.
Based on #105 I thought the function signature was supposed to be sent in the detail/info fields, however doing some logging in
rplugin/python3/deoplete/sources/LanguageClientSource.py
showed that none of the fields of the items sent to the deoplete source contained signatures.Upon further reading it seems like function signatures are handled by a entirely separate event
textDocument/signatureHelp
which is triggered by either '(' or ',' however (as seen in the logs) the event did not go off.What am I misunderstanding? Apologies again and thanks in advance.
Required information
~/.local/share/nvim/rplugin.vim
.The text was updated successfully, but these errors were encountered: