Class MinifyCodeActionParticipant

    • Constructor Detail

      • MinifyCodeActionParticipant

        public MinifyCodeActionParticipant()
    • Method Detail

      • doCodeActionUnconditional

        public void doCodeActionUnconditional​(ICodeActionRequest request,
                                              List<org.eclipse.lsp4j.CodeAction> codeActions,
                                              org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
                                       throws CancellationException
        Description copied from interface: ICodeActionParticipant
        Collect the code action in the given codeActions for the given code action request request independently of diagnostic provided.
        Specified by:
        doCodeActionUnconditional in interface ICodeActionParticipant
        Parameters:
        request - the code action request.
        codeActions - list of code actions to fill.
        cancelChecker - the cancel checker.
        Throws:
        CancellationException - if the computation was cancelled