can we detect moved lines?
cakmaksevgi opened this issue · 2 comments
cakmaksevgi commented
We know deleted, inserted, and modified lines for now. Is there any way to understand moved lines also?
like notepad++ compare plugin
berkslv commented
maybe this source will helps you.
https://dev.to/cloudx/how-to-color-the-moved-code-in-git-10ei
cakmaksevgi commented
I generate diff HTML like this library textdiff . BlazorTexdiff uses diffplex as well. I want to show moved lines as blue for example.