-
Notifications
You must be signed in to change notification settings - Fork 18
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
Provide commit message insertion via dialog template #49
Comments
Example: cc @patrek |
Nice. Don't know how difficult it is, but I would make type selectable form usual values somehow. I would also add a field where one can enter the issue number |
@patrek as you can see from the first screenshot, you can still complete each field with completion values (usual popup).
Yeah! I'll add the possibility of inputting a single footer. |
yes, that is perfect. I did not understand the first screen shot properly. for the single footer, as long as the completion makes it easy to make one for the issue number, that would be perfect. The idea is to put that in the hands of a junior developper to bring him up to speed rapidely |
Seems ok!
|
@patrek I will push the commits on thursday and the marketplace update on friday 😄 |
wow! thanks! Don't be sorry, your turn around was fast! |
Implemented with commit c8928ca |
See
TextFieldWithCompletion
.Seems impossible to reuse the
CompletionContributor
, so we need to wire up everything again.Idea from #35
The text was updated successfully, but these errors were encountered: