struct

LSP::Data::TextDocumentClientCapabilities::SignatureHelp

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

dynamic_registration

Whether signature help supports dynamic registration.

Source
dynamic_registration=(dynamic_registration : Bool)

Whether signature help supports dynamic registration.

Source
signature_information

The client supports the following SignatureInformation specific properties.

Source
signature_information=(signature_information : SignatureInformation)

The client supports the following SignatureInformation specific properties.

Source