struct LSP::TextDocumentClientCapabilities::SignatureHelpClientCapabilities::SignatureInformationValue

Included Modules

Defined in:

base/capabilities/text_document_client_capabilites.cr

Constructors

Instance Method Summary

Macros inherited from module JSON::Serializable

json_discriminator(field, mapping, *, default = nil) json_discriminator

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(**args) #

[View source]

Instance Method Detail

def documentation_format : Array(MarkupKind) | Nil #

Client supports the follow content formats for the documentation property. The order describes the preferred format of the client.


[View source]
def 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.


[View source]
def parameter_information : ParameterInformationValue | Nil #

Client capabilities specific to parameter information.


[View source]
def parameter_information=(parameter_information : ParameterInformationValue | Nil) #

Client capabilities specific to parameter information.


[View source]