Could you please implement tab completion support in Cursor’s git commit message window? Currently, Cursor offers excellent tab completion functionality while editing code, which significantly enhances productivity. However, this helpful feature is not available when writing commit messages.
As a regular user, I’d love to see the same intelligent auto-completion capability extended to the git commit interface. This would allow developers to:
- Start typing a commit message and see AI-suggested completions based on the changes being committed
- Press the Tab key to accept these suggestions, just like during code editing
- Save time while creating more descriptive and consistent commit messages
The ideal implementation would analyze the current changes being committed and offer contextually relevant suggestions that follow good commit message practices. This would maintain the seamless experience Cursor provides throughout the entire development workflow.
Thank you for considering this enhancement!