Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Generate Commit Messages #1424

Open
1 of 2 tasks
GeorgeChackungal opened this issue Jun 5, 2024 · 4 comments
Open
1 of 2 tasks

Auto Generate Commit Messages #1424

GeorgeChackungal opened this issue Jun 5, 2024 · 4 comments
Labels
kind:enhancement Indicates a new feature request, imrovement, or extension

Comments

@GeorgeChackungal
Copy link

Validations

  • I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • I'm not able to find an open issue that requests the same enhancement

Problem

Hi,

First and foremost Brilliant Extension.

Having said that, any plan to support auto-generating commit messages?

Solution

Something similar to https://devblogs.microsoft.com/visualstudio/write-your-git-commits-with-github-copilot/ ?

@sestinj
Copy link
Contributor

sestinj commented Jun 6, 2024

@GeorgeChackungal this is a cool idea! Right now we have a /commit slash command that will generate a commit message in the sidebar, but it look like there might be a native way like you mentioned to display it in the git sidebar of VS Code. I think the .git extension has an exposed API that can be used, similar to here

@Qualzz
Copy link

Qualzz commented Jun 21, 2024

this would be really nice !

@dosubot dosubot bot added kind:enhancement Indicates a new feature request, imrovement, or extension and removed enhancement labels Jul 8, 2024
@assafmo
Copy link

assafmo commented Nov 18, 2024

that would be amazing!

@amir-s2
Copy link

amir-s2 commented Dec 6, 2024

I don't know if this feature is implemented or not, but I'm using version v0.8.60 of VSCode extension and it's constantly polluting my commit message by this text:

1. What is the difference between a tuple and a list in Python?
     - A tuple is an immutable data structure, meaning its elements cannot be changed once it's created. Lists are mutable, allowing for elements to be added, removed, or modified.

  2. How do you define a function in Python?
     - You can define a function using the 'def' keyword followed by the function name and parentheses. The body of the function is then indented below this line. For example:

It's exactly the same message no matter what I enter to commit message box.
Why there is no option to disable tab auto complete for commit messages?

@fbricon fbricon moved this to Backlog in Granite.Code Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement Indicates a new feature request, imrovement, or extension
Projects
None yet
Development

No branches or pull requests

7 participants