A simple VSCode extension to paste clipboard content with leading and trailing whitespace removed.
Features
- Formatted Paste (Trimmed): Reads clipboard content, removes all leading and trailing whitespace (spaces, tabs, newlines), and pastes the result.
Usage
- Copy some text to clipboard
- Run command:
Formatted Paste (Trimmed) from Command Palette (Ctrl+Shift+P)
Commands
| Command |
Description |
Formatted Paste (Trimmed) |
Paste clipboard content with whitespace trimmed |
| |