CompletionItemLabel

Properties

Link copied to clipboard
abstract var description: String?

An optional string which is rendered less prominently after CompletionItemLabel.detail. Should be used for fully qualified names or file path.

Link copied to clipboard
abstract var detail: String?

An optional string which is rendered less prominently directly after label, without any spacing. Should be used for function signatures or type annotations.

Link copied to clipboard
abstract var label: String

The label of this completion item.