public interface ICodeActionResolvesParticipant
Modifier and Type | Method and Description |
---|---|
org.eclipse.lsp4j.CodeAction |
resolveCodeAction(ICodeActionResolverRequest request,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Returns the resolved codeAction coming from the unresolved codeAction of the
given
request . |
org.eclipse.lsp4j.CodeAction resolveCodeAction(ICodeActionResolverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
request
.request
- the resolve code action request.cancelChecker
- the cancel checker.request
.Copyright © 2022. All rights reserved.