TextDocumentSyncOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |