-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Inline commit comments #549
Comments
The possibility of taking the user to GitHub to the specific line with the comment box exposed doesn't seem obvious at this moment. More investigation into this is probably needed. Octokit has already provided the functionality to add/modify inline comments. This would provide easy access via inline window and/or popup through VS. One question that comes to mind, and this may not be a priority at this time, do we want the user to have access to existing comments on the current page they are on? Could see this as a handy feature for a contributor. |
Darn. Does that mean that there's no way of having a url that opens a commit with the comment box open?
Oh yes, definitely, we need to eventually figure out how to do this. |
Awesome features |
An option here is to do a custom "Peek Definition" window for the comment box. Need to figure out how to customize one of those to have a button for submitting and be triggered by a context menu. |
This is a test I put together to try and figure out how to do this: https://github.com/shana/PeekTest |
This would be ace. |
Closing this issue out as inline comments was released in v2.3.0.24. |
A helpful feature for a maintainer's workflow would be inline comments where users can always comment on any file line whose commit is available remotely, regardless of whether they're reviewing a particular PR or not
The initial flow envisioned is:
The text was updated successfully, but these errors were encountered: