Optional
didA content change event was triggered by the TextDocuments
service.
The document change event.
Optional
didThe client detected changes to files and folders watched by the language client.
The files/folders change event.
Optional
didA document close event was triggered by the TextDocuments
service.
The document change event.
Optional
didA document open event was triggered by the TextDocuments
service.
The document change event.
Optional
didA document save event (completed) was triggered by the TextDocuments
service.
The document change event.
Register a listener for raw file system changes. Which changes are actually reported depends on the file system watcher configuration.
Optional
willA document save event (initiated) was triggered by the TextDocuments
service.
The document change event.
Optional
willA document save event (initiated) was triggered by the TextDocuments
service.
The document change event.
An array of text edits which will be applied to the document before it is saved.
Shared service for handling text document changes and watching relevant files.