Enumeration

LspTextDocumentSyncClientCaps

Declaration

flags Lsp.TextDocumentSyncClientCaps

Description

No description available.

Members

LSP_TEXT_DOCUMENT_SYNC_CLIENT_CAPS_NONE

No description available.

  • Value: 0
  • Available since: 3.0
LSP_TEXT_DOCUMENT_SYNC_CLIENT_CAPS_WILL_SAVE

The client supports sending ‘will save’ notifications.

  • Value: 1
  • Available since: 3.0
LSP_TEXT_DOCUMENT_SYNC_CLIENT_CAPS_WILL_SAVE_WAIT_UNTIL

The client supports sending a ‘will save’ request and waits for a response providing text edits which will be applied to the document before it is saved.

  • Value: 2
  • Available since: 3.0
LSP_TEXT_DOCUMENT_SYNC_CLIENT_CAPS_DID_SAVE

The client supports ‘did save’ notifications.

  • Value: 4
  • Available since: 3.0