Additional details for a completion item label.

Available since

3.17.0

.

Fields

@:optionaloptionaldetail:Null<String>

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

@:optionaloptionaldescription:Null<String>

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