CompletionItemLabelDetails

Undocumented in source.

Members

Mixins

__anonymous
mixin StrictOptionalSerializer
Undocumented in source.

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.

Mixed In Members

From mixin StrictOptionalSerializer

_toJSON
JSONValue _toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta