Method
LspCompletionClientCapsget_supported_tags
Declaration
LspCompletionItemTag
lsp_completion_client_caps_get_supported_tags (
LspCompletionClientCaps* self
)
Description
Gets the value of supported_tags.
Client supports the tag property on a completion item. Clients supporting tags have to handle unknown tags gracefully. Clients especially need to preserve unknown tags when sending a completion item back to the server in a resolve call.
Since:
3.15.0.
Return value
Type: LspCompletionItemTag
The value of supported_tags.