VSCode.Editor Namespace |
Class | Description | |
---|---|---|
![]() | DidChangeConfigurationParams |
Parameters provided to the ConfigurationChanged event.
|
![]() | DidChangeTextDocumentParams |
Parameters provided to the TextDocumentChanged event.
|
![]() | DidChangeWatchedFilesParams |
Parameters provided to the WatchedFilesChanged event.
|
![]() | DidCloseTextDocumentParams |
Parameters provided to the TextDocumentClosed event.
|
![]() | DidOpenTextDocumentParams |
Parameters provided to the TextDocumentOpened event.
|
![]() | DidSaveTextDocumentParams |
Parameters provided to the TextDocumentSaved event.
|
![]() | EditorFeature |
Provides editor-related features such as change detection and UI integration.
|
![]() | EditorMethods |
Methods defined by the VS Code Language Server Protocol.
|
![]() | FileEvent |
An event describing a change to a file.
|
![]() | LogMessageParams |
Parameters provided to the LogMessage notification.
|
![]() | MessageActionItem |
Represents an action item for a UI message in VS Code.
|
![]() | ShowMessageParams |
Parameters provided to the ShowMessage method.
|
![]() | ShowMessageRequestParams |
Parameters provided to the ShowMessageRequest method.
|
![]() | TextDocumentContentChangeEvent |
Represents an incremental change to a text document.
|
![]() | Workspace |
A virtual workspace representing the actual workspace in VS Code.
|
![]() | WorkspaceDocument |
A virtual document representing a TextDocument in VS Code.
|
Enumeration | Description | |
---|---|---|
![]() | FileChangeType |
A type given to a FileEvent to denote the type of change made to a file.
|
![]() | MessageType |
Represents a type of log or UI message.
|