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.signatureHelp.signatureInformation.documentationFormat 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.
The text was updated successfully, but these errors were encountered:
What we need to do in the language service is to introduce an API or flag of some sort so allow clients to toggle whether they want a signature's documentation returned in Markdown in plain text.
rcjsuen
changed the title
Use Markdown for SignatureInformation's documentation if the client supports it
Provide API for allowing a SignatureInformation's documentation to be in Markdown
Mar 1, 2018
We should inspect the client's
capabilities.textDocument.signatureHelp.signatureInformation.documentationFormat
property to determine what kind of markup the client supports. If it supports Markdown then we should use Markdown in thedocumentation
field ofSignatureInformation
s.The text was updated successfully, but these errors were encountered: