EditorMethods Class |
Namespace: VSCode.Editor
public static class EditorMethods
The EditorMethods type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DidChangeConfiguration |
A notification sent from the client to the server to signal the change of configuration settings.
|
![]() ![]() | DidChangeTextDocument |
A notification sent from the client to the server to signal changes to a text document.
|
![]() ![]() | DidChangeWatchedFiles |
A notification sent from the client to the server when the client detects changes to file watched by the lanaguage client.
|
![]() ![]() | DidCloseTextDocument |
A notification sent from the client to the server when a document is closed in the client.
|
![]() ![]() | DidOpenTextDocument |
A notification sent from the client to the server to signal newly opened text documents.
|
![]() ![]() | DidSaveTextDocument |
A notification sent from the client to the server when the document is saved in the client.
|
![]() ![]() | LogMessage |
A notification sent from the server to the client to ask the client to log a particular message.
|
![]() ![]() | ShowMessage |
A notification sent from the server to the client to ask the client to display a particular message in the user interface.
|
![]() ![]() | ShowMessageRequest |
A request sent from the server to the client to ask the client to display a particular message in the user interface.
|