Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 1.18 KB

README.md

File metadata and controls

67 lines (46 loc) · 1.18 KB

To extension for Visual Studio Code

Encode, decode, format and convert everything

Recording of To

Features

  • 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

Extension Settings

This extension contributes the following settings:

  • to.enableCodeLens: enable/disable code lens

Examples

'JBSWY3DPEBLW64TMMQQQ====' 'SGVsbG8gV29ybGQh'

'48656c6c6f20576f726c6421'

"%3Fhello%3DWorld"

"638841600000"

Release Notes

0.0.13

  • Fixed code lens

0.0.12

  • Added white space

0.0.10

  • Added dot.case

0.0.10

  • Added onclick decoded token copy to clipboard

0.0.8

  • Added ALL_CAPS, PascalCase
  • Added Date transformer

0.0.1

Initial release