Enhance AI Commit Messages with Branch Name in JetBrains IDEs
Currently, the AI-generated commit messages in JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm, Rider, etc.) don't take into account the branch name, which often contains valuable context like ticket IDs. I propose enhancing this feature across all JetBrains IDEs to incorporate branch name information into the commit message generation process.
Benefits:
- Automatically include ticket/issue references in commits
- Provide more context to the AI for better commit message quality
- Streamline the workflow by reducing manual ticket number entry
Example:
Branch name: feature/PROJ-123-add-new-button
Generated commit: "PROJ-123: Implement new button in user interface"
- This enhancement would significantly improve the relevance and traceability of our commit messages across all JetBrains IDEs.
Please sign in to leave a comment.
We have a feature request for it on our issue tracker: https://youtrack.jetbrains.com/issue/LLM-2572.
Please vote for it and follow for progress updates. Thank you for the suggestion.