GenLSP.Protocol.Structures.CompletionItemLabelDetails (gen_lsp v0.0.1)

Additional details for a completion item label.

@since 3.17.0

properties

Properties

detail :: string

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

description :: string

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