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
In #1077 we have introduced support for built-in functions. All function descriptions are available as markdown within terraform-schema. We are currently removing the markdown because our internal LSP protocol uses string instead of MarkupContent for the signature help documentation fields.
UX
Before
After
Proposal
Introduce an updated SignatureInformation type with documentation as MarkupContent
Introduce an updated ParameterInformation type with documentation as MarkupContent
Background
In #1077 we have introduced support for built-in functions. All function descriptions are available as markdown within terraform-schema. We are currently removing the markdown because our internal LSP protocol uses
string
instead ofMarkupContent
for the signature help documentation fields.UX
Before
After
Proposal
SignatureInformation
type withdocumentation
asMarkupContent
ParameterInformation
type withdocumentation
asMarkupContent
ToSignatureHelp
Related LSP methods
The text was updated successfully, but these errors were encountered: