Would it be possible for each token to have associated a line number from the file ?
I know that the line number is more or less impossible to keep up-to-date during the fixing, but being able to be shown the original line number of tokens fixed in the most verbose cases would be very useful.
Perhaps something like:
you can use --diff to generate a diff, use --diff-format=udiff for the line numbers
Closing as "easy" answer was provided. Hard one would be #3601 .
Don't hesitate to continue discussion, even if thread is closed now ;)
Most helpful comment
you can use
--diffto generate a diff, use--diff-format=udifffor the line numbers