Open alexknutson opened 1 year ago
Similar to #16504 which was closed for being out-of-scope.
On Sun, Apr 23, 2023 at 11:22 AM Blake Sweezy @.***> wrote:
Similar to #16504 https://github.com/desktop/desktop/issues/16504 which was closed for being out-of-scope.
— Reply to this email directly, view it on GitHub https://github.com/desktop/desktop/issues/16536#issuecomment-1519091955, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJBRARZJKGUOIR7YEJKFFSTXCVCMXANCNFSM6AAAAAAW7HU76M . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Kimberly Antley
In VS code you can used AI comment when pushing to git. for user with git desktop this would be great.
The feature request
Let's enhance developer efficiency by providing more context-aware suggestions based on the staged code changes.
Proposed solution
Simple Example
1) The user stages a single file with a new line entry that is documented with a comment. 2) Rather than displaying
Update <filename>
as the default commit message, we will extract more meaningful messages from the altered logic to provide better context. 3) The user can quickly toggle between the suggestions by clicking the arrows to the right of the commit message input.Additional context
No response