Method
LspCompletionClientCapsset_supported_tags
Declaration
void
lsp_completion_client_caps_set_supported_tags (
LspCompletionClientCaps* self,
LspCompletionItemTag value
)
Description
Sets 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.
Parameters
value-
Type:
LspCompletionItemTagThe new value of
supported_tags.