Click or drag to resize
EditorMethods Fields

The EditorMethods type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDidChangeConfiguration
A notification sent from the client to the server to signal the change of configuration settings.
Public fieldStatic memberDidChangeTextDocument
A notification sent from the client to the server to signal changes to a text document.
Public fieldStatic memberDidChangeWatchedFiles
A notification sent from the client to the server when the client detects changes to file watched by the lanaguage client.
Public fieldStatic memberDidCloseTextDocument
A notification sent from the client to the server when a document is closed in the client.
Public fieldStatic memberDidOpenTextDocument
A notification sent from the client to the server to signal newly opened text documents.
Public fieldStatic memberDidSaveTextDocument
A notification sent from the client to the server when the document is saved in the client.
Public fieldStatic memberLogMessage
A notification sent from the server to the client to ask the client to log a particular message.
Public fieldStatic memberShowMessage
A notification sent from the server to the client to ask the client to display a particular message in the user interface.
Public fieldStatic memberShowMessageRequest
A request sent from the server to the client to ask the client to display a particular message in the user interface.
Top
See Also