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

String Converter

Rectcircle

|
4 installs
| (0) | Free
Intelligently identify string formats in files to parse, format, convert, etc.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

String Converter VSCode Extension

中文

This extension provides developers with efficient text processing tools, serving as an alternative to online services like https://jwt.io and https://www.epochconverter.com.

Core features include:

  • Programming language literal parsing
  • JWT token parsing
  • Timestamp conversion
  • Base64 decoding
  • URL parsing
  • JSON formatting

All features are deeply integrated into the IDE, displaying results through hover popups or side windows, with one-click copy capability for native IDE experience:

demo

Features

Parse Programming Language Literals

parse-lang-literal

Supports parsing literals from these programming languages:

  • [x] Go
  • [x] Java
  • [x] JSON
  • [x] Python
  • [x] Rust
  • [x] TypeScript / JavaScript
  • [x] C/C++

More languages will be supported gradually. Contributions are welcome.

JWT Token Parsing

parse-jwt

Timestamp Conversion

parse-timestamp

Base64 Decoding

Detects Base64 content format and provides decoding results.

  • For string type: detects string encoding rules (supports UTF-8, GBK, etc.)

    base64-string

  • For binary type: detects magic numbers and outputs in xxd-like format

    base64-binary

URL Parsing

Supports URL and query string parsing.

parse-url

JSON Formatting

json-format

More Features

Additional features will be added as needed. Contributions are welcome.

System Requirements

This extension is published as a Web Extension, supporting:

  • Desktop
  • Remote
  • Browser
  • VSCode Web

Extension Settings

None currently.

Future updates may include converter toggles, priorities, and specific configurations based on demand.

Known Issues

None currently.

Changelog

See: CHANGELOG.md

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