Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.15 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.15 KB

#ClipboardDiff Visual Studio Extension

###Copyright (C) 2011-2012 Einar Egilsson

http://einaregilsson.com/clipboarddiff-visual-studio-extension/

Simple Visual Studio 2010 extension that lets you copy some text, select some more text and then diff the selected text against the clipboard text. Useful for comparing methods that look almost the same. Which diff tool is used can be configured. More info at the above url.

Written in C#, licensed under the MIT license, see the file LICENSE for details.

Follow me on twitter @einaregilsson for notifications, updates and more Visual Studio extensions.

Right click on a selection and choose 'Diff selection against keyboard' or press Shift+Alt+J.

Screenshot of how to use the extension

Configure which diff tool to use and which parameters by going to Tools->ClipboardDiff Settings.

Screenshot of how to configure the extension