Documentation

SignatureHelpClientCapabilities
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$contextSupport  : bool|null
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`.
$dynamicRegistration  : bool|null
Whether signature help supports dynamic registration.
$signatureInformation  : SignatureHelpClientCapabilitiesSignatureInformation|null
The client supports the following `SignatureInformation` specific properties.

Methods

__construct()  : mixed
jsonSerialize()  : mixed
This is needed because VSCode Does not like nulls meaning if a null is sent then this will not compute

Properties

$contextSupport

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`.

public bool|null $contextSupport
Tags
since
3.15.0

Methods

jsonSerialize()

This is needed because VSCode Does not like nulls meaning if a null is sent then this will not compute

public jsonSerialize() : mixed
Attributes
#[ReturnTypeWillChange]

        
On this page

Search results