Adds commands to URL-encode and URL-decode text
JavaScript
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.vscode
test
.editorconfig
.gitignore
.vscodeignore
LICENSE.md
README.md
extension.js
icon.png
jsconfig.json
package.json

README.md

URL-Encode

Installation

Press F1 in VSCode, type ext install and then look for url-encode.

Functionality

Allows URL-Encoding and URL-Decoding text, supports multiple selections and whole file if none

Extension Settings

This extension contributes the following settings:

  • url-encode.encodeWhitespace: If false (default) new lines, carriage returns and tabs will be preserved untouched

Available commands

  • URL-Encode selection(s) URL-Encodes selected text or whole file
  • URL-Decode selection(s) URL-Decodes selected text or whole file

Contribute

If you have any idea, feel free to create issues and pull requests

License

MIT © Ariel Flesler

Release Notes

1.1.0

  • Added commands to editor's context menu

1.0.0

  • First release