Skip to content

heku/Kool.VsDiff

Repository files navigation

Build Status
2019 marketplace 2019 downloads
2022 marketplace 2022 downloads


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

You can install it via Visual Studio 2015/2017/2019/2022 'Extensions' or download it from

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.

    CompareSelectedFiles.png

  • Compare the selected file with Clipboard content.

    CompareSelectedFileWithClipboard.png

  • Compare the selected code with Clipboard content.

    CompareSelectedCodeWithClipboard.png

  • Compare the active document with Clipboard content.

    CompareActiveDocumentWithClipboard.png

Configurable

Configuration.png

Thanks

Before and during my development, I referred the following projects and documents, and I am very grateful to these authors who have done a great job.

License


I'm not a native English speaker, and I would appreciate it if you could correct any of my English mistakes.