struct
LSP::TextDocumentClientCapabilities::SignatureHelpClientCapabilities
- LSP::TextDocumentClientCapabilities::SignatureHelpClientCapabilities
- Struct
- Value
- Object
Included Modules
Defined in:
base/capabilities/text_document_client_capabilites.crConstructors
Instance Method Summary
-
#context_support : Bool | Nil
The client supports to send additional context information for a
textDocument/signatureHelprequest. -
#context_support=(context_support : Bool | Nil)
The client supports to send additional context information for a
textDocument/signatureHelprequest. -
#dynamic_registration : Bool | Nil
Whether signature help supports dynamic registration.
-
#dynamic_registration=(dynamic_registration : Bool | Nil)
Whether signature help supports dynamic registration.
-
#signature_information : SignatureInformationValue | Nil
The client supports the following
SignatureInformationspecific properties. -
#signature_information=(signature_information : SignatureInformationValue | Nil)
The client supports the following
SignatureInformationspecific properties.
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
Constructor Detail
Instance Method Detail
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.
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.
Whether signature help supports dynamic registration.
The client supports the following SignatureInformation
specific properties.
The client supports the following SignatureInformation
specific properties.