struct

LSP::SignatureInformation

Inherits JSON::Serializable / Struct / Value / Object

Signature information

Constructors

new(label : String, documentation : String | MarkupContent | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

documentation
Source
documentation=(documentation : String | MarkupContent | Nil)
Source
label
Source
label=(label : String)
Source
parameters=(parameters : Array(ParameterInformation) | Nil)
Source
parameters?
Source