Turtle Converter VS Code Extension
Utilities for quick text and data conversions inside Visual Studio Code: Base64 encoding/decoding and JSON parse/stringify helpers.
Features
- Base64: Encode selected text to Base64.
- Base64: Decode selected Base64 text to plain text.
- JSON: Parse and format JSON.
- JSON: Stringify a selection as JSON.
- JSON: Update the indentation size used for JSON formatting.
Commands
Command ID |
Description |
turtle-converter.base64.encodeText |
Encode selected text to Base64 |
turtle-converter.base64.decodeText |
Decode selected Base64 text |
turtle-converter.json.parse |
Parse and format JSON |
turtle-converter.json.stringify |
Stringify selection as JSON |
turtle-converter.json.updateIndentSize |
Update JSON indent size |
Usage
- Select the text in the editor.
- Open the Command Palette (Ctrl+Shift+P).
- Run the desired command (e.g., "Base64: Encode Text").
Requirements
- Visual Studio Code 1.50.0 or higher
License
MIT
| |