Click or drag to resize
EditorMethodsDidChangeTextDocument Field
A notification sent from the client to the server to signal changes to a text document.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public const string DidChangeTextDocument = "textDocument/didChange"

Field Value

Type: String
See Also