Class required_element_missingCodeActionResolver
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_element_missingCodeActionResolver
- All Implemented Interfaces:
ICodeActionResolvesParticipant
public class required_element_missingCodeActionResolver
extends Object
implements ICodeActionResolvesParticipant
CodeAction resolver used to generate missing element content
-
Field Summary
Fields -
Constructor Summary
Constructors -
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.
-
Field Details
-
PARTICIPANT_ID
-
-
Constructor Details
-
required_element_missingCodeActionResolver
public required_element_missingCodeActionResolver()
-
-
Method Details
-
resolveCodeAction
public org.eclipse.lsp4j.CodeAction resolveCodeAction(ICodeActionResolverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Description copied from interface:ICodeActionResolvesParticipantReturns the resolved codeAction coming from the unresolved codeAction of the givenrequest.- Specified by:
resolveCodeActionin interfaceICodeActionResolvesParticipant- Parameters:
request- the resolve code action request.cancelChecker- the cancel checker.- Returns:
- the resolved codeAction coming from the unresolved codeAction of the
given
request.
-