Class QuickFixCodeActionService

    • Constructor Detail

      • QuickFixCodeActionService

        public QuickFixCodeActionService()
    • Method Detail

      • handlesDiagnostic

        protected boolean handlesDiagnostic​(org.eclipse.lsp4j.Diagnostic diagnostic)
        Since:
        2.28
      • getCodeActions

        protected java.util.List<org.eclipse.lsp4j.jsonrpc.messages.Either<org.eclipse.lsp4j.Command,​org.eclipse.lsp4j.CodeAction>> getCodeActions​(ICodeActionService2.Options options,
                                                                                                                                                         org.eclipse.lsp4j.Diagnostic diagnostic)
        Since:
        2.28