nvim_runtime_lua

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" # Notebook

A set of predefined code action kinds