An item renderer to display items in a completion list.

See also:

  • moonshine.lsp.CompletionItem

Static variables

@:value("completionItemRenderer_detailText")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.

@:value("completionItemRenderer_detailToggleButton")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

new()

Creates a new CompletionItemRenderer object.

Variables

@:flash.propertyshowDetailExternally:Bool

Indicates if the detail is shown externally or on the right side of the item renderer.