LSP::TextDocumentClientCapabilities::SignatureHelpClientCapabilities
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance 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.
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.
dynamic_registration=(dynamic_registration : Bool | Nil)
Whether signature help supports dynamic registration.
signature_information
The client supports the following SignatureInformation
specific properties.
signature_information=(signature_information : SignatureInformationValue | Nil)
The client supports the following SignatureInformation
specific properties.