Feature Request: make inline comment "sticky" across changed lines #110796
Replies: 8 comments 13 replies
-
100% Agree, I am currently forced to open two windows side-by-side, one on the conversation tab and the other on the files changed tab. Only then, am I able to somewhat efficiently check that my comments have been addressed correctly. Please implement this. There were hundreds of upvotes in the thread from 2019. 🙏 ❤️ |
Beta Was this translation helpful? Give feedback.
-
It's the main reason of why I don't want to switch from Azure DevOps to GitHub The review of PR, especially from new or junior devs, is a nightmare I think the DevOps system is prefect, it's a pity that we don't have this very basic feature |
Beta Was this translation helpful? Give feedback.
-
This issue is now documented in at least four places with no real official response. GitHub, please, we're begging you. Fix this!
|
Beta Was this translation helpful? Give feedback.
-
It's unprofessional seeing GitHub hasn't made any interaction with all the 4 discussions that have been requesting this feature for at least 5 years, it makes the review annoying and makes you think of going back to Azure DevOps, Gitlab, or Bitbucket. |
Beta Was this translation helpful? Give feedback.
-
New year, new bump. This issue, which has been getting upvotes and comments across at least 4 threads since March 2019, still has no official response. My previous comment links to the threads documenting this issue and requesting UX changes. Please, please fix this, GitHub! |
Beta Was this translation helpful? Give feedback.
-
As far as I understand, gerrit is open source so GitHub devs could have a look at how gerrit does comment tracking across what is called "revisions". In gerrit, each commit is identified by a unique tracking id (which is added to every commit using a git hook) and you initiate a review by pushing to something like a "review branch" (that automatically has all your local commits, so no squashing of these after a review; you'd have to do that beforehand, which IMO makes sense anyway). Pushing to that branch creates new revisions that are automatically squashed upon merging. If I'm not completely misinterpreting it, that revision-based workflow is fundamentally different from how it is done in GitHub. That said, it is not obvious to me why the comment tracking does not work with GitHub's current approach. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
General
Body
During code review, a fundamental workflow involves the following:
Right now, Github UI has the following 2 issues.
Because of the lack of these two features, right now when I want to check that an inline comment has been addressed, I need to manually navigate to the corresponding file and the approximate line number, and read the block of code in the latest checked out PR.
This feature request is basically the same request implied here (https://github.com/orgs/community/discussions/23138), but since that post was in the "New to GitHub" category, GitHub employees no longer seem to look at it. Hence I'm posting a new feature request here.
Beta Was this translation helpful? Give feedback.
All reactions