Hello,
would it be possible to display the name assigned in the settings inside the command bar of VSC?
I'm referring to vscodemacros.userMacroCommands[0].name etc
"User Macro 01" to "User Macro 10" isn't very helpful if you don't use them often and they don't have a shortcut assigned to serve as a mnemonic.

The list could then read:
- VSCMacros 01: Pretty quotes
- VSCMacros 02: Unbreakable
- VSCMacros 03: . . .
This would also allow to type a macro name and run it from the list.
Thank you.
Hello,
would it be possible to display the name assigned in the settings inside the command bar of VSC?
I'm referring to
vscodemacros.userMacroCommands[0].nameetc"User Macro 01" to "User Macro 10" isn't very helpful if you don't use them often and they don't have a shortcut assigned to serve as a mnemonic.

The list could then read:
This would also allow to type a macro name and run it from the list.
Thank you.