• Creates a 'replace' QuickFix.

    Parameters

    • description: string

      Human-readable description of the quick fix

    • shown: boolean

      Whether Misti should display this warning in CLI or it is just for the LSP.

    • Rest...replacements: Replacement[]

      Array of Replacement objects

    Returns QuickFix | never

    A QuickFix of kind 'replace'