Utility commands to supercharge your VSCode experience.
Superchage includes various commands that you may find useful while coding.
Commands | Description |
---|---|
Decode base64 | Decodes a text to base64 |
Encode base64 | Encodes a text to base64 |
Decode JWT | Decodes a JSON Web Token |
Generate GUID/UUID | Creates a new random GUID |
To run a command in VSCode:
- Open command palette by going to
View > Command Palette
or by using the keyboard shortcutCTRL+SHIFT+P
- Type the supercharge command you would like to run.
- Supercharge commands starts with
supercharge:
prefix, for examplesupercharge: Decode base64
.
- Supercharge commands starts with
- Profit
Pro tip: Many commands can be run inline (text selection). So for example, say have a long string in a document that you would like to encode in base64; you could select such text, open the command palette, and run the supercharge: Encode base64
. This will replace the selected text with its base64 representation. By the way, this works for multiple text selections as well!
Initial release of supercharge.
So you know: I'm working on this on my free time so I'm not checking this repo 24/7.
Anyhow, if you would like to add a useful command or request a feature, please open a pull request with the details 😊.