CompletionItemLabelDetails

Undocumented in source.
@serdeIgnoreUnexpectedKeys
@serdeFallbackStruct
struct CompletionItemLabelDetails {}

Members

Variables

description
Optional!string description;

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

detail
Optional!string detail;

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.

Meta