A view to display code actions data.
See also:
moonshine.lsp.CodeAction
new()
Creates a new CodeActionsView object.
CodeActionsView
@:flash.propertycodeActions:Array<CodeAction>
The code actions to display.
codeActionCallback:CodeAction ‑> Void
A function that is called when a code action is triggered.
openList():Void
Opens the pop-up list.