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

lsp: Resolve completion items missing documentation on idle #4406

Merged
merged 1 commit into from
Oct 22, 2022

Commits on Oct 21, 2022

  1. lsp: Resolve completion items missing documentation on idle

    Some language servers may not send the `documentation` field if it
    is expensive to compute. Clients can request the missing field with
    a completionItem/resolve request.
    
    In this change we use the idle-timeout event to ensure that the current
    completion item is resolved.
    the-mikedavis committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    208332c View commit details
    Browse the repository at this point in the history