-
Notifications
You must be signed in to change notification settings - Fork 82
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
Autocompleted attribute doesn't display documentation for popped up attribute values #760
Comments
My guess of a model of LSP interaction, copied from #736:
@angelozerr My guess is maybe the CompletionItems returned in step 2 do not include the 'documentation' attribute. Could that be the issue?
The 'documentation' attribute is built-in to the 'CompletionItem' Interface, so I would hope that it does not require a hack to fix? I may be misunderstanding something. Thanks for your help. |
We use LSP choice which supports only a list of string, I fear that we can not fix this issue because of LSP limitation. |
I close this issue since LSP doesnt provide this feature. |
This is a second problem discovered while investigating #736:
For illustration:
Originally posted by @bimimicah in #736 (comment)
The text was updated successfully, but these errors were encountered: