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
I am trying make my lsp server on neovim include additional info into confirmed autocomplete such as docstrings and function's type annotations, but it only returns function name (with its parameters if the jedi_completion.include_params option is set to true).
I am still pretty sure that the problem on my side and pylsp has to support that, but I have tried all possible options and with no luck.
I have also have checked grpc messages and can confirm that server indeed sends just function's name.
Thanks for any help in advance.
The text was updated successfully, but these errors were encountered:
ArthurKamalov
changed the title
Server sends no dostrings nor type annotations.
[QUESTION]Server sends no dostrings nor type annotations.
Aug 24, 2024
Hey,
I am trying make my lsp server on neovim include additional info into confirmed autocomplete such as docstrings and function's type annotations, but it only returns function name (with its parameters if the
jedi_completion.include_params
option is set to true).I am still pretty sure that the problem on my side and pylsp has to support that, but I have tried all possible options and with no luck.
I have also have checked grpc messages and can confirm that server indeed sends just function's name.
Thanks for any help in advance.
The text was updated successfully, but these errors were encountered: