Documentation

TextDocumentSyncClientCapabilities
in package

Table of Contents

Properties

$didSave  : bool|null
The client supports did save notifications.
$dynamicRegistration  : bool|null
Whether text document synchronization supports dynamic registration.
$willSave  : bool|null
The client supports sending will save notifications.
$willSaveWaitUntil  : bool|null
The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved.

Methods

__construct()  : mixed

Properties

$willSaveWaitUntil

The client supports sending a will save request and waits for a response providing text edits which will be applied to the document before it is saved.

public bool|null $willSaveWaitUntil

Methods

__construct()

public __construct([bool|null $dynamicRegistration = null ][, bool|null $willSave = null ][, bool|null $willSaveWaitUntil = null ][, bool|null $didSave = null ]) : mixed
Parameters
$dynamicRegistration : bool|null = null
$willSave : bool|null = null
$willSaveWaitUntil : bool|null = null
$didSave : bool|null = null

        
On this page

Search results