Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wraith13/multi-encode

This extention provides many encoders for vscode.
https://github.com/wraith13/multi-encode

visual-studio-code vscode vscode-extension

Last synced: about 2 months ago
JSON representation

This extention provides many encoders for vscode.

Awesome Lists containing this project

README

        

# multi-encode README

[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/wraith13.multi-encode.svg) ![installs](https://vsmarketplacebadge.apphb.com/installs/wraith13.multi-encode.svg) ![rating](https://vsmarketplacebadge.apphb.com/rating/wraith13.multi-encode.svg)](https://marketplace.visualstudio.com/items?itemName=wraith13.multi-encode)

This extention provides many encoders for vscode.

## Features

multi-encode provide a command in the Command Palette for encode/decode.

> You can show Command Palette by keyboard-shortcuts.
>
> Mac: F1 or Shift+Command+P
>
> Windows and Linux: F1 or Shift+Ctrl+P

- toLowerCase
- toUpperCase
- encodeURI
- decodeURI
- \ escape
- eval
- format JSON
- join lines

and your encoder/decoder. You can add encoder/decoder to multi-encode by [`settings.json`](#extension-settings)

## Tutorial

### 0. โฌ‡๏ธ Install multi-encode

Show extension side bar within VS Code(Mac:Command+Shift+X, Windows and Linux: Ctrl+Shift+X), type `multi-encode` and press Enter and click Install. Restart VS Code when installation is completed.

### 1. ๐Ÿš€ Execute encoder/decoder to selected text

Select text in document as you like, Launch Command Palette(Mac:F1 or Shift+Command+P, Windows and Linux: F1 or Shift+Ctrl+P), Execute `multi encode: to selected text` command and select a encoder/decoder as you like.

### 2. ๐Ÿš€ Execute encoder/decoder to clipboard

Copy text to clipboard as you like, Launch Command Palette, Execute `multi encode: to clipboard` command and select a encoder/decoder as you like.

### 3. ๐Ÿ”ง Next step

You can add encoder/decoder to multi-encode by [`settings.json`](#extension-settings). And you can apply [keyboard shortcuts](#keyboard-shortcut-settings) by `keybindings.json`.

Enjoy!

## Command

- `multi encode: to selected text` : Run the encoder/decoder you selected from the list to selected text.
- `multi encode: to clipboard` : Run the encoder/decoder you selected from the list to clipboard.

## Extension Settings

This extension contributes the following settings by [`settings.json`](https://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings)( Mac: Command+,, Windows / Linux: File -> Preferences -> User Settings ):

- `multi-encode.list`: encoder/decoder list

## Keyboard shortcut Settings

In default, multi encode's command doesn't apply keyboard shortcuts. Althogh,
you can apply keyboard shortcuts by [`keybindings.json`](https://code.visualstudio.com/docs/customization/keybindings#_customizing-shortcuts)
( Mac: Code -> Preferences -> Keyboard Shortcuts, Windows / Linux: File -> Preferences -> Keyboard Shortcuts).

Command name on `keybindings.json` is diffarent from on Command Pallete. See below table.

|on Command Pallete|on keybindings.json|
|-|-|
|`multi encode: to selected text`|`multi-encode.selectedText`|
|`multi encode: to clipboard`|`multi-encode.clipboard`|

## Release Notes

see ChangLog on [marketplace](https://marketplace.visualstudio.com/items/wraith13.multi-encode/changelog) or [github](https://github.com/wraith13/multi-encode/blob/master/CHANGELOG.md)

## Support

[GitHub Issues](https://github.com/wraith13/multi-encode/issues)

## License

[Boost Software License](https://github.com/wraith13/multi-encode/blob/master/LICENSE_1_0.txt)

## Download VSIX file ( for VS Code compatible softwares )

[Releases ยท wraith13/multi-encode](https://github.com/wraith13/multi-encode/releases)

## Other extensions of wraith13's work

|Icon|Name|Description|
|---|---|---|
|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/bracket-lens/1.0.0/1603272166087/Microsoft.VisualStudio.Services.Icons.Default) |[Bracket Lens](https://marketplace.visualstudio.com/items?itemName=wraith13.bracket-lens)|Show bracket header on closing bracket.|
|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/zoombar-vscode/1.2.1/1563089420894/Microsoft.VisualStudio.Services.Icons.Default) |[Zoom Bar](https://marketplace.visualstudio.com/items?itemName=wraith13.zoombar-vscode)|Zoom UI in status bar for VS Code.|
|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/unsaved-files-vscode/2.1.1/1562823380255/Microsoft.VisualStudio.Services.Icons.Default) |[Unsaved Files](https://marketplace.visualstudio.com/items?itemName=wraith13.unsaved-files-vscode)|Easy access to unsaved files for VS Code.|

See all wraith13's expansions: