Click or drag to resize
EditorMethodsDidOpenTextDocument Field
A notification sent from the client to the server to signal newly opened text documents.

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

Field Value

Type: String
See Also