struct

LSP::TextDocumentClientCapabilities::SignatureHelpClientCapabilities

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

Constructors

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

Instance methods

context_support

The client supports to send additional context information for a textDocument/signatureHelp request. A client that opts into contextSupport will also support the retriggerCharacters on SignatureHelpOptions.

Source
context_support=(context_support : Bool | Nil)

The client supports to send additional context information for a textDocument/signatureHelp request. A client that opts into contextSupport will also support the retriggerCharacters on SignatureHelpOptions.

Source
dynamic_registration

Whether signature help supports dynamic registration.

Source
dynamic_registration=(dynamic_registration : Bool | Nil)

Whether signature help supports dynamic registration.

Source
signature_information

The client supports the following SignatureInformation specific properties.

Source
signature_information=(signature_information : SignatureInformationValue | Nil)

The client supports the following SignatureInformation specific properties.

Source

Nested types