CompletionOptions
in package
Completion options.
Table of Contents
Properties
- $resolveProvider : bool|null
- The server provides support to resolve additional information for a completion item.
- $triggerCharacters : array<string|int, string>|null
- The characters that trigger completion automatically.
Methods
- __construct() : mixed
Properties
$resolveProvider
The server provides support to resolve additional information for a completion item.
public
bool|null
$resolveProvider
$triggerCharacters
The characters that trigger completion automatically.
public
array<string|int, string>|null
$triggerCharacters
Methods
__construct()
public
__construct([bool|null $resolveProvider = null ][, array<string|int, string>|null $triggerCharacters = null ]) : mixed
Parameters
- $resolveProvider : bool|null = null
- $triggerCharacters : array<string|int, string>|null = null