Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IEditorAction.html
interface IEditorAction { alias: string; id: string; label: string; metadata: ICommandMetadata; isSupported(): boolean; run(args?): Promise<void>; }
string
isSupported(): boolean
run(args?): Promise<void>