It would be useful to make commit comments on code as you make changes that can be used by SCMs and IDEs. See the history of a method change by change complete with the relevant comments. And from an SCM, click on a comment and select from a list of code changes.
And you avoid having to write your comments when you commit. You'd do it in the code when you are more focused on the change.
Even better would be detecting when you are changing code and prompting for the comment or let you select from recent comments.
Then on the SCM side when you commit, each comment could be handled as a separate commit.
And you avoid having to write your comments when you commit. You'd do it in the code when you are more focused on the change.
Even better would be detecting when you are changing code and prompting for the comment or let you select from recent comments.
Then on the SCM side when you commit, each comment could be handled as a separate commit.
Any IDEs already doing some or all?