hello,
I want add code action in monaco editor. like this picture, how add it in theia.
Hi @gaomin,
code actions and other language related features are contributed by vscode extensions/theia plugins. See here on how to get started creating a vscode extension with language support.