You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should inspect the client's capabilities.textDocument.hover.contentFormat property to determine what kind of markup the client supports. If it supports Markdown then we should use Markdown in the documentation field of SignatureInformations. If it doesn't then we should just send back plain text.
The text was updated successfully, but these errors were encountered:
We should inspect the client's
capabilities.textDocument.hover.contentFormat
property to determine what kind of markup the client supports. If it supports Markdown then we should use Markdown in thedocumentation
field ofSignatureInformation
s. If it doesn't then we should just send back plain text.The text was updated successfully, but these errors were encountered: