Method

LspServerCapsget_document_on_type_formatting

Declaration

LspDocumentOnTypeFormattingOptions*
lsp_server_caps_get_document_on_type_formatting (
  LspServerCaps* self
)

Description

Gets the value of document_on_type_formatting.

The server provides document formatting on typing.

Return value

Type: LspDocumentOnTypeFormattingOptions

The value of document_on_type_formatting.

The returned data is owned by the instance.
The return value can be NULL.