Creates and displays a Webview panel that shows a side-by-side comparison of a correct and incorrect code snippet, along with an explanation.

This is used to help users understand suggested improvements or corrections by providing a visual, interactive comparison inside VS Code.

  • Parameters

    • rightCode: string

      The correct or suggested version of the code.

    • wrongCode: string

      The original, incorrect version of the code.

    • explanation: string

      A textual explanation describing the correction.

    Returns void