vscode-commit-message-editor icon indicating copy to clipboard operation
vscode-commit-message-editor copied to clipboard

Feature: List Type Tokens

Open xreymason opened this issue 1 year ago • 2 comments

Hello,

This repo tool is great! The only feature I can think of that would be nice is a list type of Token.

It would work the same way as a multi-selectable Enum, but instead of having to pre-define values, the user would be able to enter text into a text box and add subsequent text boxes as needed.

In the editor you would still be able to choose a separator for each text box from this field, and/or choose a new line symbol.

Example: (On form editor) New Line Prefix = "- "

(On the form) Added script to sum 2 numbers Added script to divide 2 numbers

(Output)

  • Added script to sum 2 numbers
  • Added script to divide 2 numbers

Additionally, if you wanted to add the option to make this an ordered list you could. Personally, I don't use ordered lists for my updates.

xreymason avatar Feb 15 '24 13:02 xreymason

Hi,

Honestly, I feel this feature a bit overcomplicated, maybe a combobox would be better. However, the main problem is that I have very limited time. I don't know when I will able to implement this, there are many feature requests in the queue.

bendera avatar Feb 16 '24 20:02 bendera

I understand, certainly not a bad problem for people to like your work enough to make requests.

The combobox method wouldn't allow the user to enter any descriptor in, that's why I can't use the Enum type for this kind of field.

It's no rush, let me know if there's a way I can help make the process smoother.

Thank you, Mason Dupont

On Fri, Feb 16, 2024 at 3:37 PM Adam Bender @.***> wrote:

Hi,

Honestly, I feel this feature a bit overcomplicated, maybe a combobox would be better. However, the main problem is that I have very limited time. I don't know when I will able to implement this, there are many feature requests in the queue.

— Reply to this email directly, view it on GitHub https://github.com/bendera/vscode-commit-message-editor/issues/113#issuecomment-1949299917, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA47T4GDQ2SXQZJD3RKDDWLYT67RNAVCNFSM6AAAAABDKI4ASCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBZGI4TSOJRG4 . You are receiving this because you authored the thread.Message ID: @.***>

xreymason avatar Feb 18 '24 16:02 xreymason