case-extensions
case-extensions copied to clipboard
Change any string case to PascalCase/camelCase/kebab-case/snake_case
## Changes made - [`af1269c`](https://github.com/vad3x/case-extensions/pull/9/commits/af1269c6483b0adff37e8c5e3cd2949d66182b69) feat: add vscode settings and recommended extensions - [`b2a8817`](https://github.com/vad3x/case-extensions/pull/9/commits/b2a8817d78e6eae7fb0133ba02142affb30615e9) fix(msbuild): add description to `dir.props` - [`7b3b7f9`](https://github.com/vad3x/case-extensions/pull/9/commits/7b3b7f9abcd4ee1833ffc8bff2c0ebabfdd9bbe8) chore(msbuild): rename `dir.props` to `Directory.Build.props` - [`a028354`](https://github.com/vad3x/case-extensions/pull/9/commits/a028354da87cffb5ebfe23f9aa5375363db3055c) chore(sln): rename...
Added support and tests for converting into and out of SCREAMING_SNAKE_CASE ISSUE #4
This is a great utility that I've been using, but I occasionally run into ALL_CAPS text that I'd like to change case to another format as well. Technically, I can...
If managed, submit a pull request for known issues. @vad3x @another-guy
"`WindowsServer2016R2`" is being transformed to "`windows-server2016-r-2`". Should be "`windows-server-2016-r-2`" see: https://textedit.tools/kebabcase