adrientoub / vscode-base64utils

Visual Studio Code Extension to change text to and from Base64 or Base64-gzip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64 Utils install count

Features

Allows to transform selected text:

  • from Base64 to plain text
  • to Base64 from plain text
  • from Base64 gzipped content to plain text
  • from plain text to Base64 gzipped content

It also allows to open selected text to new tabs transforming text back from Base64 and Base64 gzip if needed during the process.

Requirements

  • Visual Studio Code

Known Issues

See issues tab. Create an issue if you do not find yours.

Build locally

Run npm install and npm run compile.

About

Visual Studio Code Extension to change text to and from Base64 or Base64-gzip.


Languages

Language:TypeScript 55.7%Language:JavaScript 44.3%