Interface ICodeActionResolvesParticipant
-
- All Known Implementing Classes:
AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant,AbstractGenerateGrammarCodeActionResolver,GenerateDocTypeCodeActionResolver,GenerateDTDCodeActionResolver,GenerateRelaxNGSchemaCodeActionResolver,GenerateXMLModelWithDTDCodeActionResolver,GenerateXMLModelWithXSDCodeActionResolver,GenerateXSDCodeActionResolver,GenerateXSINoNamespaceSchemaCodeActionResolver,required_element_missingCodeActionResolver,required_elements_missing_expectedCodeActionResolver
public interface ICodeActionResolvesParticipantThe code action resolver participant API.- Author:
- Angelo ZERR
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.lsp4j.CodeActionresolveCodeAction(ICodeActionResolverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)Returns the resolved codeAction coming from the unresolved codeAction of the givenrequest.
-
-
-
Method Detail
-
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.
-
-