Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.81 KB

File metadata and controls

42 lines (24 loc) · 1.81 KB

Another open source Visual Studio extension to make file/code comparison easier.

Kind Reminder

This extension was developed because the official one was missing many features I need at that time, and I also wanted to learn how to write a Visual Studio extension. Since the official one has added almost all the missing features, I recommend everyone to give preference to that extension and use this extension only when the official one does not work for you. Refer to blog comparing files in visual studio.

Features

  • Compare two selected files in Solution Explorer (Folder View supported).

    CompareSelectedFiles.png

  • Compare the selected file with Clipboard content (Folder View supported).

    CompareSelectedFileWithClipboard.png

  • Compare the selected code with Clipboard content.

    CompareSelectedCodeWithClipboard.png

  • Compare the active document with Clipboard content.

    CompareActiveDocumentWithClipboard.png

Configurable

Configuration.png

Thanks

Thanks for every rating, I'm glad the tool is helpful to you, because of a network issue, I may not be able to reply to you directly in the marketplace.

Feedback

If you have any question, feel free to open an issue on GitHub.