EditorFeature Class |
Namespace: VSCode.Editor
public class EditorFeature : IFeature, IDisposable
The EditorFeature type exposes the following members.
Name | Description | |
---|---|---|
EditorFeature | Initializes a new instance of the EditorFeature class |
Name | Description | |||
---|---|---|---|---|
Workspace |
A virtual workspace representing the actual workspace in VS Code.
Remarks
|
Name | Description | |
---|---|---|
Dispose |
See Dispose.
| |
Initialize | ||
LogMessage |
Logs a message to the developer console in VS Code.
| |
ShowMessage |
Shows a message in the VS Code UI.
| |
ShowMessageAsync |
Shows a message in the VS Code UI and awaits an action by the user.
|
Name | Description | |
---|---|---|
ConfigurationChanged |
Raised when the synchronized configuration section has been changed in VS Code.
| |
TextDocumentChanged |
Raised when the contents of a text document have been changed.
| |
TextDocumentClosed |
Raised when a text document has been closed.
| |
TextDocumentOpened |
Raised when a text document has been opened.
| |
TextDocumentSaved |
Raised when a text document has been savedd.
| |
WatchedFilesChanged |
Raised when a watched file has changed.
|
Name | Description | |
---|---|---|
ToJObject |
Converts this instance to a JObject.
(Defined by ObjectExtensions.) |