CompletionItemLabel$Typings extension

on

Properties

description String?
An optional string which is rendered less prominently after {@link CompletionItemLabel.detail}. Should be used for fully qualified names or file path.
getter/setter pair
detail String?
An optional string which is rendered less prominently directly after {@link CompletionItemLabel.label label}, without any spacing. Should be used for function signatures or type annotations.
getter/setter pair
label String
The label of this completion item.
getter/setter pair