mirror of https://github.com/helix-editor/helix
lsp: Resolve completion items missing documentation on idle (#4406)
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.pull/4424/head
parent
17daf6ac0a
commit
d7d0d5ffb7
Loading…
Reference in New Issue