SignatureHelpOptions
in package
implements
JsonSerializable
Signature help options.
Table of Contents
Interfaces
- JsonSerializable
Properties
- $triggerCharacters : array<string|int, string>|null
- The characters that trigger signature help automatically.
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
$triggerCharacters
The characters that trigger signature help automatically.
public
array<string|int, string>|null
$triggerCharacters
Methods
__construct()
public
__construct([array<string|int, string>|null $triggerCharacters = null ]) : mixed
Parameters
- $triggerCharacters : array<string|int, string>|null = null
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]