Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Inline commit comments #549

Closed
paladique opened this issue Sep 13, 2016 · 7 comments
Closed

Inline commit comments #549

paladique opened this issue Sep 13, 2016 · 7 comments
Labels

Comments

@paladique
Copy link
Contributor

paladique commented Sep 13, 2016

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:

  • Add right-click/quick action to comment on a file line
  • Open the comment box on GitHub or
  • Open a popup in VS or
  • Open an inline window
@paladique paladique changed the title Inline comments Inline commit comments Sep 13, 2016
@paladique
Copy link
Contributor Author

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.

@shana
Copy link
Contributor

shana commented Sep 13, 2016

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.

Darn. Does that mean that there's no way of having a url that opens a commit with the comment box open?

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.

Oh yes, definitely, we need to eventually figure out how to do this.

@capone3691
Copy link

Awesome features

@shana
Copy link
Contributor

shana commented Sep 15, 2016

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.

@shana
Copy link
Contributor

shana commented Jan 31, 2017

This is a test I put together to try and figure out how to do this: https://github.com/shana/PeekTest

@mikeblakeuk
Copy link

mikeblakeuk commented Apr 12, 2017

This would be ace.
I would love to see comments that are within GitHub in a source file, within visual studio.
That way, I could just open Visual Studio (2015 / 2017) and fix each one.
I guess like this https://www.visualstudio.com/en-us/docs/git/pull-requests

@meaghanlewis
Copy link
Contributor

Closing this issue out as inline comments was released in v2.3.0.24.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Archived in project
Development

No branches or pull requests

5 participants