An item renderer to display items in a completion list.
See also:
moonshine.lsp.CompletionItem
Static variables
staticfinalread onlyCHILD_VARIANT_DETAIL_TEXT:String = "completionItemRenderer_detailText"
The variant used to style the detail text child component in a
theme. The component is a Label
.
staticfinalread onlyCHILD_VARIANT_DETAIL_TOGGLE_BUTTON:String = "completionItemRenderer_detailToggleButton"
The variant used to style the detail toggle button child component in a
theme. The component is a ToggleButton
.
Constructor
Variables
showDetailExternally:Bool
Indicates if the detail is shown externally or on the right side of the item renderer.