Answer the question
In order to leave comments, you need to log in
Find which lines in the text have changed?
Situation: there is a project for code review. You can leave comments for each line of the downloaded piece of code. The piece of code can be updated.
When updating a piece of code, you must also move comments to the corresponding lines.
Examples (comments conditionally indicated starting with <<<):
01 <?php
<<< comment1
<<< comment2
02 echo 'Hello, world!';
01 // Some comment
02 <?php
<<< comment1
<<< comment2
03 echo 'Hello, world!';
Answer the question
In order to leave comments, you need to log in
It is unlikely that there is something ready, comments are a delicate matter. But there are a bunch of ready-made diff solutions on GitHub
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question