Encode, decode, format and convert everything
-
String utility:
- Camel case - camelCase
- Deburr - Convert Latin-1 Supplement and Latin Extended-A letters to basic Latin letters and removing combining diacritical marks
- Kebab case - kebab-case
- Lower case - lowercase
- Reverse - esrever
- Snake case - snake_case
- Dot case - dot.case
- Trim - 'trim'
- Upper case - UPPERCASE
- Pascal case - PascalCase
- All caps - ALL_CAPS
- WhiteSpace - white space
-
Transformers:
- Base32
- Base64
- Binary
- Hex
- Url
- Datetime
This extension contributes the following settings:
to.enableCodeLens
: enable/disable code lens
'JBSWY3DPEBLW64TMMQQQ====' 'SGVsbG8gV29ybGQh'
'48656c6c6f20576f726c6421'
"%3Fhello%3DWorld"
"638841600000"
- Fixed code lens
- Added white space
- Added dot.case
- Added onclick decoded token copy to clipboard
- Added ALL_CAPS, PascalCase
- Added Date transformer
Initial release