• Creates an 'insert' 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.

    • insertion: Replacement

      Replacement object representing the insertion

    Returns QuickFix

    A QuickFix of kind 'insert'