langoustine.lsp.structures$.CompletionItemLabelDetails
See theCompletionItemLabelDetails companion object
Additional details for a completion item label.
Value parameters
- description
-
An optional string which is rendered less prominently after
[[CompletionItem.detail]]. Should be used for fully qualified names and file paths. - detail
-
An optional string which is rendered less prominently directly after
[[CompletionItem.label label]], without any spacing. Should be used for function signatures and type annotations.
Attributes
- Since
-
3.17.0
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article