Interface ICodeActionResolvesParticipant
- All Known Implementing Classes:
AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant,AbstractGenerateGrammarCodeActionResolver,GenerateDocTypeCodeActionResolver,GenerateDTDCodeActionResolver,GenerateRelaxNGSchemaCodeActionResolver,GenerateXMLModelWithDTDCodeActionResolver,GenerateXMLModelWithXSDCodeActionResolver,GenerateXSDCodeActionResolver,GenerateXSINoNamespaceSchemaCodeActionResolver,required_element_missingCodeActionResolver,required_elements_missing_expectedCodeActionResolver
public interface ICodeActionResolvesParticipant
The code action resolver participant API.
- Author:
- Angelo ZERR
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.lsp4j.CodeActionresolveCodeAction(ICodeActionResolverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Returns the resolved codeAction coming from the unresolved codeAction of the givenrequest.
-
Method Details
-
resolveCodeAction
org.eclipse.lsp4j.CodeAction resolveCodeAction(ICodeActionResolverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Returns the resolved codeAction coming from the unresolved codeAction of the givenrequest.- Parameters:
request- the resolve code action request.cancelChecker- the cancel checker.- Returns:
- the resolved codeAction coming from the unresolved codeAction of the
given
request.
-