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 Modifier and Type Field Description static StringPARTICIPANT_ID
-
Constructor Summary
Constructors Constructor Description required_element_missingCodeActionResolver()
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Field Detail
-
PARTICIPANT_ID
public static final String PARTICIPANT_ID
-
-
Method Detail
-
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.
-
-