Skip to content
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

[QUESTION]Server sends no dostrings nor type annotations. #593

Open
ArthurKamalov opened this issue Aug 24, 2024 · 0 comments
Open

[QUESTION]Server sends no dostrings nor type annotations. #593

ArthurKamalov opened this issue Aug 24, 2024 · 0 comments

Comments

@ArthurKamalov
Copy link

ArthurKamalov commented 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).

Peek 2024-08-23 17-37

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.

@ArthurKamalov ArthurKamalov changed the title Server sends no dostrings nor type annotations. [QUESTION]Server sends no dostrings nor type annotations. Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant