- GitHub Extension for Visual Studio version: `2.4.4` When making changes in the editor based on an inline comment, the inline comment disappears as soon as the line it's on is modified. This is unfortunate for a few reasons: - While working on the change the user might want to re-read the comment thread - After the change is complete the user might want to reply with a description of what they've done Having comments disappear can also be useful: - It removes stale and hopefully resolved comments from the margin We need a way to distinguish different levels of completeness: 1. The line a comment is on hasn't been touched and a comment is fresh 2. There are local changes that have made a comment stale 3. Changes have been pushed that have made a comment stale #### Related - Improve tracking of lines with inline-comments (spike/experiment): #1032
2.4.4When making changes in the editor based on an inline comment, the inline comment disappears as soon as the line it's on is modified.
This is unfortunate for a few reasons:
Having comments disappear can also be useful:
We need a way to distinguish different levels of completeness:
Related