A simple and lightweight VS Code extension that decodes base64 line by line.
Perfect for developers working with log files, network traffic, or encoded batch data.
✨ Features
Decode each selected line as base64
Keeps each decoded line in place
Supports multi-line selection
Fast and reliable decoding
Supports error reporting if a line can't be decoded
📋 How to Use
Select one or more lines containing base64 strings
Open the context menu (right-click) or use the shortcut:
Ctrl+Alt+D (or Command+Option+D on macOS)
Choose Base64: Decode Each Line
Each line will be decoded individually and replaced with the decoded result.
🖱 Context Menu
You can also access the feature via the right-click menu: