Closed ozanmakes closed 6 years ago
We are declaring capabilities.completionProvider.resolveProvider = true, which makes some clients use the response from completionItem/resolve as the completion item.
capabilities.completionProvider.resolveProvider = true
completionItem/resolve
Spec: https://microsoft.github.io/language-server-protocol/specification#completion-item-resolve-request-leftwards_arrow_with_hook
Thanks so much @osener -- this is awesome :D Can you sign the CLA and I'll merge promptly after.
@wbinnssmith done!
thank you so much! 🙏
We are declaring
capabilities.completionProvider.resolveProvider = true
, which makes some clients use the response fromcompletionItem/resolve
as the completion item.Spec: https://microsoft.github.io/language-server-protocol/specification#completion-item-resolve-request-leftwards_arrow_with_hook