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

Smart Converter

LiamLiu

|
4 installs
| (0) | Free
Essential developer tool for instant format conversion: timestamps, Base64, hex/binary, URL encoding. One-click auto-detection, zero dependencies.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Smart Converter

🛠️ Smart Conversion Tool - Essential format converter for developers: timestamps, Base64, hex/binary, URL encoding

Simple Examples

Usage

Input Output Description
1719241323 2024-06-24 18:02:03 Timestamp to date
2024-06-24 18:02:03 1719241323 Date to timestamp
SGVsbG8gV29ybGQ= Hello World Base64 decode
Hello World SGVsbG8gV29ybGQ= Base64 encode
255 0xFF Decimal to hex
0xFF 255 Hex to decimal
0b1010 10 Binary to decimal
Hello%20World Hello World URL decode
Hello World Hello%20World URL encode

📋 Features

✅ Developer-Focused Conversions

  • Timestamp Conversion: Unix timestamps ↔ human-readable dates
  • Base64 Encoding/Decoding: Handle encoded data in APIs, configs, and data transfers
  • Radix Conversion: Binary/Octal/Decimal/Hexadecimal for low-level programming
  • URL Encoding/Decoding: Process web requests, query parameters, and HTTP data

🎯 Usage

1. Keyboard Shortcut (Recommended)

  1. Select text to convert
  2. Press Ctrl+Alt+M
  3. View conversion result instantly

2. Right-click Menu

  1. Select text to convert
  2. Right-click → Smart Convert

3. Command Palette

  1. Select text to convert
  2. Ctrl+Shift+P → Type "Smart Convert"

⚙️ Developer Configuration

{
  "smartConverter.timezoneOffset": 8
}

Version: v1.0.0 | Keyboard Shortcut: Ctrl+Alt+M | Zero Dependencies

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