-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-lspLSP conformance issues and missing featuresLSP conformance issues and missing featuresS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
If HoverClientCapabilities.contentFormat
or CompletionClientCapabilities.completionItem.documentationFormat
or SignatureHelpClientCapabilities.signatureInformation.documentationFormat
are absent then we need to return:
Request | Return |
---|---|
Hover | MarkedString |
Completion | string |
SignatureHelp | string |
Metadata
Metadata
Assignees
Labels
A-lspLSP conformance issues and missing featuresLSP conformance issues and missing featuresS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now