A view to display code actions data.

See also:

  • moonshine.lsp.CodeAction

Constructor

new()

Creates a new CodeActionsView object.

Variables

@:flash.propertycodeActions:Array<CodeAction>

The code actions to display.

codeActionCallback:CodeAction ‑> Void

A function that is called when a code action is triggered.

Methods

openList():Void

Opens the pop-up list.