Lines Matching refs:CodeActionKind
2192 /*CodeActionKind defined:
2196 CodeActionKind struct {
2204 ValueSet []CodeActionKind `json:"valueSet"`
2246 * The list of kinds may be generic, such as `CodeActionKind.Refactor`, or the server
2249 CodeActionKinds []CodeActionKind `json:"codeActionKinds,omitempty"`
3668 Only []CodeActionKind `json:"only,omitempty"`
3689 Kind CodeActionKind `json:"kind,omitempty"`
4013 // CodeActionKind defines constants
4014 type CodeActionKind string
4424 Empty CodeActionKind = ""
4429 QuickFix CodeActionKind = "quickfix"
4434 Refactor CodeActionKind = "refactor"
4447 RefactorExtract CodeActionKind = "refactor.extract"
4459 RefactorInline CodeActionKind = "refactor.inline"
4473 RefactorRewrite CodeActionKind = "refactor.rewrite"
4480 Source CodeActionKind = "source"
4485 SourceOrganizeImports CodeActionKind = "source.organizeImports"