Click or drag to resize
VSCode.Editor Namespace
Contains the EditorFeature class and all related data structures.
Classes
  ClassDescription
Public classDidChangeConfigurationParams
Parameters provided to the ConfigurationChanged event.
Public classDidChangeTextDocumentParams
Parameters provided to the TextDocumentChanged event.
Public classDidChangeWatchedFilesParams
Parameters provided to the WatchedFilesChanged event.
Public classDidCloseTextDocumentParams
Parameters provided to the TextDocumentClosed event.
Public classDidOpenTextDocumentParams
Parameters provided to the TextDocumentOpened event.
Public classDidSaveTextDocumentParams
Parameters provided to the TextDocumentSaved event.
Public classEditorFeature
Provides editor-related features such as change detection and UI integration.
Public classEditorMethods
Methods defined by the VS Code Language Server Protocol.
Public classFileEvent
An event describing a change to a file.
Public classLogMessageParams
Parameters provided to the LogMessage notification.
Public classMessageActionItem
Represents an action item for a UI message in VS Code.
Public classShowMessageParams
Parameters provided to the ShowMessage method.
Public classShowMessageRequestParams
Parameters provided to the ShowMessageRequest method.
Public classTextDocumentContentChangeEvent
Represents an incremental change to a text document.
Public classWorkspace
A virtual workspace representing the actual workspace in VS Code.
Public classWorkspaceDocument
A virtual document representing a TextDocument in VS Code.
Enumerations
  EnumerationDescription
Public enumerationFileChangeType
A type given to a FileEvent to denote the type of change made to a file.
Public enumerationMessageType
Represents a type of log or UI message.