Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Encode DecodeNew to Visual Studio Code? Get it now.

Encode Decode

Mitch Denny

|
148,603 installs
| (23) | Free
An extension for Visual Studio Code that allows you to quickly convert text selections.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Build Status

ECDC

The Encode/Decode (ecdc) extension allows you to quickly convert one or more selections of text to and from various formats. Supported conversions include:

  • String to Base64
  • Base 64 to String
  • String to JSON Byte Array
  • String to JSON String
  • JSON String to String
  • Base64 to JSON Byte Array
  • String to MD5/SHA1/SHA256/SHA512 (as Base64 or Hex)
  • String to HTML Entities
  • HTML Entities to String
  • String to XML Entities
  • XML Entities to String
  • String to Unicode
  • Unicode to String

How to Use

The extension provides a single command to the command palette. To active the command simply launch the command palette (Shift-CMD-P on OSX or Shift-Ctrl-P on Windows and Linux), then just type Encode/Decode: Convert Selection, then a menu of possible conversions will be displayed. Alternatively you can use the keyboard bindings CMD-ALT-C and CTRL-ALT-C for Mac & PC respectively.

Contributors

Thanks to everyone who has submitted issues and pull requests, shout outs to:

  • 7sDream
  • fcharron
  • jtanx
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft