TextDocumentSyncOptions Class

Definition

Class which represents configuration values indicating how text documents should be synced.

See the Language Server Protocol specification for additional information.

public ref class TextDocumentSyncOptions
[System.Runtime.Serialization.DataContract]
public class TextDocumentSyncOptions
[<System.Runtime.Serialization.DataContract>]
type TextDocumentSyncOptions = class
Public Class TextDocumentSyncOptions
Inheritance
TextDocumentSyncOptions
Attributes

Constructors

TextDocumentSyncOptions()

Properties

Change

Gets or sets the value indicating how text documents are synced with the server.

OpenClose

Gets or sets a value indicating whether open and close notifications are sent to the server.

Save

Gets or sets a value indicating whether save notifications are sent to the server.

WillSave

Gets or sets a value indicating whether 'will save' notifications are sent to the server.

WillSaveWaitUntil

Gets or sets a value indicating whether 'will save until' notifications are sent to the server.

Applies to