Easily convert strings in your code with functions like camelCase, toUpper, replace, and many more.
The following string functions (powered by lodash) are implimented in this extension:
- camelCase
- capitalize
- constantCase
- deburr
- dotCase
- escape
- escapeRegExp
- kebabCase
- lowerCase
- lowerFirst
- pad
- padEnd
- padStart
- parseInt
- pascalCase
- pathCase
- repeat
- replace
- snakeCase
- spaceCase
- split
- startCase
- toLower
- toUpper
- trim
- trimEnd
- trimStart
- unescape
- upperCase
- upperFirst
- words
Simply highlight the text you wish to convert, press shift + cmd + p (mac), type the name of the command you wish to use, and press enter.
This extension does not currently take any settings. Simply install it, and it works.
This extension has no known issues, but please report any you find. The functions are powered by lodash which has been extensively tested.
We must thank lodash since their code backs all of the conversions in this extension.
Enjoy!