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

Try Upper/Lower/TitleCase for enums values #3

Open
bizoo opened this issue Jun 22, 2017 · 1 comment
Open

Try Upper/Lower/TitleCase for enums values #3

bizoo opened this issue Jun 22, 2017 · 1 comment

Comments

@bizoo
Copy link

bizoo commented Jun 22, 2017

Would be great if Enumerators respect the case of the word to replace.
This way you don't have to repeat 3 times the same word for enums.

Ex:

Enums = ["true", "false"]

true -> false
True -> False
TRUE -> FALSE
@nmsmith22389
Copy link
Owner

This is something I will look into and get back to you. For me, it's a personal preference, I like to have everything case sensitive. I can either change it or simply add an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants