Update readme

This commit is contained in:
ipshing 2025-08-29 15:35:09 -07:00
parent 08d5b92036
commit 8a7221b946

View file

@ -1,12 +1,18 @@
# Text Transform
Convert selected text to lower, upper, or title casing.
Convert selected text to different cases or perform other text manipulations such as adding lines above/below. Text cases supported:
- lowercase
- UPPERCASE
- Title Case
- camelCase
- PascalCase
- snake_case
- kebab-case
## How to use
Select text in an editor and use one of the Text Transform commands from the Command Palette to convert the selected text.
For conversion to title case, there are overrides to ignore user-defined words as well as define characters other than a
space to mark word boundaries.
Select text in an editor and use one of the Text Transform commands from the Command Palette to convert the selected text. For conversion to title case, there are overrides to ignore user-defined words as well as define characters other than a space to mark word boundaries.
___
## Donations