EditorFeature Events |
The EditorFeature type exposes the following members.
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.
|