SemanticTokensClientCapabilitiesRequests
in package
Table of Contents
Properties
- $full : mixed|null
- The client will send the `textDocument/semanticTokens/full` request if the server provides a corresponding handler.
- $range : mixed|null
- The client will send the `textDocument/semanticTokens/range` request if the server provides a corresponding handler.
Methods
- __construct() : mixed
Properties
$full
The client will send the `textDocument/semanticTokens/full` request if the server provides a corresponding handler.
public
mixed|null
$full
$range
The client will send the `textDocument/semanticTokens/range` request if the server provides a corresponding handler.
public
mixed|null
$range
Methods
__construct()
public
__construct([bool|null $range = null ][, bool|null $full = null ]) : mixed
Parameters
- $range : bool|null = null
- $full : bool|null = null