struct

LSP::TextDocumentClientCapabilities::SignatureHelpClientCapabilities::SignatureInformationValue::ParameterInformationValue

Inherits LSP::Initializer < JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

label_offset_support

The client supports processing label offsets instead of a simple label string.

Source
label_offset_support=(label_offset_support : Bool | Nil)

The client supports processing label offsets instead of a simple label string.

Source