You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
Support for Pull Request reviews in emacs would be a really handy feature and (again) set emacs ahead of all other IDEs and tools, since currently no other big FOSS IDE has this.
Details of what I mean/request:
After you have send a pull request and it got a review from the project maintainer with lets say 5 code comments, this feature could do the following
Display the comments in the source code buffer in emacs via a minor mode (perhaps a minor mode for code comments already exists?)
Display the review in the PR info buffer (with infos like "approved", "changes requsted" etc. and a possibility to jump to the code comments.
Possibilty to add local notes to the code comments like "DONE" or "need to research x first".
And in an absolutely ideal and unrealistic world these comments and nodes would also integrate with org mode :)
After writing these details I guess this would be a lot of work, well I think a lot depends on the fact if there already exists something like a code comments minor mode, that one could use.
Support for Pull Request reviews in emacs would be a really handy feature and (again) set emacs ahead of all other IDEs and tools, since currently no other big FOSS IDE has this.
Details of what I mean/request:
After you have send a pull request and it got a review from the project maintainer with lets say 5 code comments, this feature could do the following
After writing these details I guess this would be a lot of work, well I think a lot depends on the fact if there already exists something like a code comments minor mode, that one could use.