We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Great plugin. Just found it today.
The Convert Camel Case <-> Underscores is converting from underscores with the first letter capitalized, which is sometimes referred to as PascalCase.
Convert Camel Case <-> Underscores
PascalCase
PascalCase is when the first letter of each word is capitalized, while camelCase may or may not have the first letter capitalized.
camelCase
It would be nice to have an option to choose between the two conventions, either through a different binding or a settings file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Great plugin. Just found it today.
The
Convert Camel Case <-> Underscores
is converting from underscores with the first letter capitalized, which is sometimes referred to asPascalCase
.PascalCase
is when the first letter of each word is capitalized, whilecamelCase
may or may not have the first letter capitalized.It would be nice to have an option to choose between the two conventions, either through a different binding or a settings file.
The text was updated successfully, but these errors were encountered: