Fast diff for selected code comparing the clipboard

I really liked how diff works naturally in cursor! In the situations where apply does not work automatically, it would be nice to be possible to right click and then select to compare with the code from either the clipboard which we copy from the generated code.

Thanks a lot in advance for the consideration. I would find this boosting my workflow quite a lot.

bump: is it possible to have a keyboard shortcut that enters the diff mode for the selected file window? I would pay 10$ a month for that…

There are VSCode extensions that do something like this:
‘Compare View’,
‘Partial Diff’,
‘swapdiff’.
I use them all together.

Also Ctrl-Shift-P => Compare active file with saved is useful