Documentation

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

$dataSupport

Whether code action supports the `data` property which is preserved between a `textDocument/publishDiagnostics` and `textDocument/codeAction` request.

public bool|null $dataSupport
Tags
since
3.16.0

$versionSupport

Whether the client interprets the version property of the `textDocument/publishDiagnostics` notification's parameter.

public bool|null $versionSupport
Tags
since
3.15.0

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

        
On this page

Search results