• Creates a 'delete' 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.

    • range: Range

      Range position of the text to delete

    Returns QuickFix

    A QuickFix of kind 'delete'