Class required_elements_missing_expectedCodeActionResolver
- java.lang.Object
-
- org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_elements_missing_expectedCodeActionResolver
-
- All Implemented Interfaces:
ICodeActionResolvesParticipant
public class required_elements_missing_expectedCodeActionResolver extends Object implements ICodeActionResolvesParticipant
CodeAction resolver used to generate missing element of choice
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARTICIPANT_ID
-
Constructor Summary
Constructors Constructor Description required_elements_missing_expectedCodeActionResolver()
-
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.
-
-