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 for the returned hover information. If it doesn't then we should just send back plain text.
The text was updated successfully, but these errors were encountered:
We need an API or flag to indicate whether the content of a hover should be returned in plain text or Markdown.
rcjsuen
changed the title
Send Markdown or plain text to the client for hover requests depending on what kind of markup it supports
Return plain text or Markdown in a hover depending on what the client wants
Mar 1, 2018
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 for the returned hover information. If it doesn't then we should just send back plain text.The text was updated successfully, but these errors were encountered: