See exactly what changed when you paste. Review pasted content with a side-by-side diff view before confirming changes.
Press Ctrl+Alt+V (or Cmd+Alt+V on macOS) to paste with diff view. The extension shows a side-by-side comparison of your file before and after the paste.
- ✅ Manual diff paste - Press
Ctrl+Alt+V/Cmd+Alt+Vto paste and see changes - ✅ Smart detection - Automatically skips diff when only whitespace/indentation changed
- ✅ Native VS Code diff - Uses built-in diff viewer with proper syntax highlighting
- ✅ Optional auto mode - Enable automatic diff for large pastes via
Ctrl+V(see Settings)
diffPaste.enablePasteOverride(default:false)- Enable to automatically show diff when using normal Paste (
Ctrl+V/Cmd+V) for large text blocks
- Enable to automatically show diff when using normal Paste (
diffPaste.minPasteSize(default:100)- Minimum characters to trigger diff in automatic mode
MIT © dev-jonathan

