TextDocumentSyncClientCaps
Description:
[ Flags ]
public enum TextDocumentSyncClientCaps
Content:
Enum values:
- DID_SAVE - The client
supports 'did save' notifications.
- NONE
- WILL_SAVE - The client
supports sending 'will save' notifications.
- 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.