A high-performance, non-blocking URL percent-encoding developer utility built for VS Code. Decode messy query strings, unescape network logs, and copy parsed parameters directly to your system clipboard from both your text files and integrated terminal logs.
✨ Advanced Features
Text Editor Hover Panel: Hover over any complex percent-encoded string variable (like %20 or %7B) inside your active code window to immediately view its clean, unescaped Markdown text layout.
Terminal Split-Link Integration: Automatically highlights and underlines encoded logs printed in your active terminal panel window history stack.
Non-Blocking Smart Coexistence: Intentionally targets only the percent-encoded fragments of raw text strings. This leaves the standard https:// protocol domains completely unblocked so you can still use VS Code's native "Follow link (Ctrl+click)" web navigation utility right next to it!
Instant Keyboard Clipboard Handshake: Hold down Ctrl (or Cmd on a Mac) and click on the encoded token inside your terminal panel to instantly copy the decoded text payload straight into your operating system clipboard memory with zero annoying browser popup confirmation frames!