Line Whisperer preserves your original line endings when copying text in VSCode, solving the common issue of line ending conversion on Windows systems.
- Preserves original line endings (LF/CRLF) when copying text
- Status bar indicator shows current line ending type for selected text
- Configurable default line ending preference
- Works via keyboard shortcut (Ctrl+Shift+C) or status bar click
- Select text in your editor
- Either:
- Press
Ctrl+Shift+C
(Cmd+Shift+C
on Mac) - Click the Line Whisperer icon in the status bar
- Press
- Paste your text with preserved line endings
Access settings via:
- Command Palette (
Ctrl+Shift+P
): "Preferences: Open Settings (UI)" - Search for "Line Whisperer"
Available settings:
lineWhisperer.defaultLineEnding
: Choose default line ending ("auto", "LF", or "CRLF")lineWhisperer.showStatusBarIcon
: Show/hide the status bar icon
To change the default keyboard shortcut:
- Open Keyboard Shortcuts (
Ctrl+K Ctrl+S
) - Search for "Line Whisperer"
- Click the pencil icon to edit the shortcut
- Press your desired key combination
- Press Enter to save
MIT