Interface ICodeActionRequest

    • Method Detail

      • getDiagnostic

        org.eclipse.lsp4j.Diagnostic getDiagnostic()
        Returns the diagnostic.
        Returns:
        the diagnostic.
      • getRange

        org.eclipse.lsp4j.Range getRange()
        Returns the code action range.
        Returns:
        the code action range.
      • canSupportResolve

        default boolean canSupportResolve()
        Returns true if the client can supportcodeAction/resolve and false otherwise.
        Returns:
        true if the client can supportcodeAction/resolve and false otherwise.