Interface ICodeActionResolvesParticipant

    • 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 given request.
        Parameters:
        request - the resolve code action request.
        cancelChecker - the cancel checker.
        Returns:
        the resolved codeAction coming from the unresolved codeAction of the given request.