Searched defs:CodeActionParams (Results 1 – 8 of 8) sorted by relevance
57 CodeAction(context.Context, *CodeActionParams) ([]CodeAction, error)
2218 type CodeActionParams struct { struct2223 TextDocument TextDocumentIdentifier `json:"textDocument"`2228 Range Range `json:"range"`2233 Context CodeActionContext `json:"context"`2234 WorkDoneProgressParams2235 PartialResultParams
1087 resolve_data: Option<(usize, lsp_types::CodeActionParams)>, in code_action()
1097 params: lsp_types::CodeActionParams, in handle_code_action()