magit / forge

Work with Git forges from the comfort of Magit
GNU General Public License v3.0
1.3k stars 113 forks source link

Support for inline comments #663

Closed shindere closed 4 months ago

shindere commented 4 months ago

I think GitHub does have an API to submit inline comments to PRs, thatis, comments that are tied to oneprecise portionn of code. This is something that owuld be very clumsy to do with a CLItool, but with emacs and forge, it feels it could be very simple to just mark a region and then run a comment to submit a comment associated to this region.

Would that be doable?

Not being able to use the web UI for that, I suffer a lot from not having a way to submit inline comments.

tarsius commented 4 months ago

That's a feature that is frequently requested and I might eventually add support to Forge itself. There's an open issue about this: https://github.com/magit/forge/issues/75.

At least two separate packages exist that already implement this:

shindere commented 4 months ago

As usually, gratitude for your generous and patient repsonses, and for your steady work on such a marvelous and useful tool!