You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only commitType uses autocomplete. In our monorepo, we have many scopes. It would be ideal to also be able to filter the scopes via autocomplete.
Expected user experience:
Given "configuration.scopes" is an array and its length is greater than 0
When the user attempts to commit
Then they should be prompted with a list of scopes
And they should be able to filter the list of scopes by typing
Description
Currently, only
commitType
uses autocomplete. In our monorepo, we have many scopes. It would be ideal to also be able to filter the scopes via autocomplete.Expected user experience:
Proposed solution
type
fromlist
toautocomplete
here:https://github.com/Exlint/cz-vinyl/blob/b949ffb087e617407f768ca7c34fda8b6f9ca066/src/utils/questions.ts#L40
source
to the prompt similar to how it's done with commit type:https://github.com/Exlint/cz-vinyl/blob/b949ffb087e617407f768ca7c34fda8b6f9ca066/src/utils/questions.ts#L32-L37
Alternatives considered
No response
Do you want to create a pull request?
Yes
The text was updated successfully, but these errors were encountered: