CodeLensWorkspaceClientCapabilities
in package
Table of Contents
Properties
- $refreshSupport : bool|null
- Whether the client implementation supports a refresh request sent from the server to the client.
Methods
- __construct() : mixed
Properties
$refreshSupport
Whether the client implementation supports a refresh request sent from the server to the client.
public
bool|null
$refreshSupport
Note that this event is global and will force the client to refresh all code lenses currently shown. It should be used with absolute care and is useful for situation where a server for example detect a project wide change that requires such a calculation.
Methods
__construct()
public
__construct([bool|null $refreshSupport = null ]) : mixed
Parameters
- $refreshSupport : bool|null = null