TextDocumentSyncOptions
in package
A detailed structure defining expected notifications from the client of changes to text documents.
Table of Contents
Properties
- $change : int|null
- Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKindIncremental.
- $openClose : bool|null
- Open and close notifications are sent to the server.
- $save : SaveOptions|null
- Save notifications are sent to the server.
- $willSave : bool|null
- Will save notifications get sent to the server.
- $willSaveWaitUntil : bool|null
- Will save wait until requests get sent to the server.
Properties
$change
Change notifications are sent to the server. See TextDocumentSyncKind.None, TextDocumentSyncKind.Full and TextDocumentSyncKindIncremental.
public
int|null
$change
$openClose
Open and close notifications are sent to the server.
public
bool|null
$openClose
$save
Save notifications are sent to the server.
public
SaveOptions|null
$save
$willSave
Will save notifications get sent to the server.
public
bool|null
$willSave
$willSaveWaitUntil
Will save wait until requests get sent to the server.
public
bool|null
$willSaveWaitUntil