Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Turtle ConverterNew to Visual Studio Code? Get it now.
Turtle Converter

Turtle Converter

tlikits

| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Select the text in the editor.
  2. Open the Command Palette (Ctrl+Shift+P).
  3. Run the desired command (e.g., "Base64: Encode Text").

Requirements

  • Visual Studio Code 1.50.0 or higher

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft