lsp.CodeActionKind
(alias) lsp.CodeActionKind =
| "" # Empty
| "quickfix" # QuickFix
| "refactor" # Refactor
| "refactor.extract" # RefactorExtract
| "refactor.inline" # RefactorInline
| "refactor.move" # RefactorMove
| "refactor.rewrite" # RefactorRewrite
| "source" # Source
| "source.organizeImports" # SourceOrganizeImports
| "source.fixAll" # SourceFixAll
| "notebook" # NotebookA set of predefined code action kinds