LSP::TextDocumentClientCapabilities::SignatureHelpClientCapabilities::SignatureInformationValue
Inherits LSP::Initializer < JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
documentation_format
Client supports the follow content formats for the documentation property. The order describes the preferred format of the client.
documentation_format=(documentation_format : Array(MarkupKind) | Nil)
Client supports the follow content formats for the documentation property. The order describes the preferred format of the client.
parameter_information=(parameter_information : ParameterInformationValue | Nil)
Client capabilities specific to parameter information.