GenLSP.Protocol.Structures.SignatureHelpClientCapabilities (gen_lsp v0.0.1)

Client Capabilities for a SignatureHelpRequest.

properties

Properties

dynamicRegistration :: boolean

Whether signature help supports dynamic registration.

signatureInformation :: unimplemented doc type

The client supports the following SignatureInformation specific properties.

contextSupport :: boolean

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.

@since 3.15.0