Method

LspCompletionItemget_deprecated

Declaration

gboolean
lsp_completion_item_get_deprecated (
  LspCompletionItem* self
)

Description

Gets the value of deprecated.

Whether this completion item is deprecated.

This protocol field is deprecated in favor of tags, but is retained for clients that do not support completion item tags.

Return value

Type: gboolean

The value of deprecated.