PublishDiagnosticsClientCapabilities
in package
Table of Contents
Properties
- $codeDescriptionSupport : bool|null
- Client supports a codeDescription property
- $dataSupport : bool|null
- Whether code action supports the `data` property which is preserved between a `textDocument/publishDiagnostics` and `textDocument/codeAction` request.
- $relatedInformation : bool|null
- Whether the clients accepts diagnostics with related information.
- $tagSupport : PublishDiagnosticsClientCapabilitiesTagSupport|null
- Client supports the tag property to provide meta data about a diagnostic.
- $versionSupport : bool|null
- Whether the client interprets the version property of the `textDocument/publishDiagnostics` notification's parameter.
Methods
- __construct() : mixed
Properties
$codeDescriptionSupport
Client supports a codeDescription property
public
bool|null
$codeDescriptionSupport
Tags
$dataSupport
Whether code action supports the `data` property which is preserved between a `textDocument/publishDiagnostics` and `textDocument/codeAction` request.
public
bool|null
$dataSupport
Tags
$relatedInformation
Whether the clients accepts diagnostics with related information.
public
bool|null
$relatedInformation
$tagSupport
Client supports the tag property to provide meta data about a diagnostic.
public
PublishDiagnosticsClientCapabilitiesTagSupport|null
$tagSupport
Clients supporting tags have to handle unknown tags gracefully.
Tags
$versionSupport
Whether the client interprets the version property of the `textDocument/publishDiagnostics` notification's parameter.
public
bool|null
$versionSupport
Tags
Methods
__construct()
public
__construct([bool|null $relatedInformation = null ][, PublishDiagnosticsClientCapabilitiesTagSupport|null $tagSupport = null ][, bool|null $versionSupport = null ][, bool|null $codeDescriptionSupport = null ][, bool|null $dataSupport = null ]) : mixed
Parameters
- $relatedInformation : bool|null = null
- $tagSupport : PublishDiagnosticsClientCapabilitiesTagSupport|null = null
- $versionSupport : bool|null = null
- $codeDescriptionSupport : bool|null = null
- $dataSupport : bool|null = null