vscodium-change-case.commands |
Change Case commands |
List all Change Case commands, with preview if only one word is selected. |
vscodium-change-case.camel |
Change Case camel |
Convert to a string with the separators denoted by having the next letter capitalised. |
vscodium-change-case.constant |
Change Case constant |
Convert to an upper case, underscore separated string. |
vscodium-change-case.dot |
Change Case dot |
Convert to a lower case, period separated string. |
vscodium-change-case.kebab |
Change Case kebab |
Convert to a lower case, dash separated string (alias for param case). |
vscodium-change-case.lower |
Change Case lower |
Convert to a string in lower case. |
vscodium-change-case.lowerFirst |
Change Case lowerFirst |
Convert to a string with the first character lower cased. |
vscodium-change-case.no |
Change Case no |
Convert the string without any casing (lower case, space separated). |
vscodium-change-case.param |
Change Case param |
Convert to a lower case, dash separated string. |
vscodium-change-case.pascal |
Change Case pascal |
Convert to a string denoted in the same fashion as camelCase, but with the first letter also capitalised. |
vscodium-change-case.path |
Change Case path |
Convert to a lower case, slash separated string. |
vscodium-change-case.sentence |
Change Case sentence |
Convert to a lower case, space separated string. |
vscodium-change-case.snake |
Change Case snake |
Convert to a lower case, underscore separated string. |
vscodium-change-case.spongebob |
Change Case spongebob |
Convert to alternating upper and lower case letters (SpongeBob / mocking meme style). |
vscodium-change-case.swap |
Change Case swap |
Convert to a string with every character case reversed. |
vscodium-change-case.title |
Change Case title |
Convert to a space separated string with the first character of every word upper cased. |
vscodium-change-case.upper |
Change Case upper |
Convert to a string in upper case. |
vscodium-change-case.upperFirst |
Change Case upperFirst |
Convert to a string with the first character upper cased. |