Interface ICodeActionService2

  • All Known Implementing Classes:
    QuickFixCodeActionService

    public interface ICodeActionService2
    Since:
    2.18 Contributors: Rubén Porras Campo (Avaloq Evolution AG) - Add method to get fix methods.
    • Method Detail

      • getCodeActions

        java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.Command,​org.eclipse.lsp4j.CodeAction>> getCodeActions​(ICodeActionService2.Options options)