text_document_did_save_async


Description:

protected virtual async void text_document_did_save_async (Client client, TextDocumentIdentifier text_document, string? text) throws Error

The document save notification is sent from the client to the server when the document was saved in the client.

Parameters:

text_document

The document that was saved.

text

The content when saved. Depends on whether the server has opted to receive this.