You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,20 @@
11
11
12
12
--------
13
13
14
-
Another open source Visual Studio extension that makes file/code comparison more easily.
14
+
Another open source Visual Studio extension that makes file/code comparison easier.
15
15
16
16
You can install it via Visual Studio 2015/2017/2019/2022 'Extensions' or download it from
17
17
-[Marketplace for VS2022](https://marketplace.visualstudio.com/items?itemName=heku.VsDiff2022).
18
18
-[Marketplace for VS2019 and below](https://marketplace.visualstudio.com/items?itemName=heku.VsDiff).
19
19
20
+
21
+
### Kind Reminder
22
+
23
+
This extension was developed because the [official one](https://github.com/madskristensen/FileDiffer) was missing many features I need at that time, and I also wanted to learn
24
+
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
25
+
extension only when the official one does not work for you. Refer to blog [comparing files in visual studio](https://devblogs.microsoft.com/visualstudio/comparing-files-in-visual-studio).
26
+
27
+
20
28
## Features
21
29
22
30
- Compare two selected files in Solution Explorer.
@@ -41,7 +49,8 @@ You can install it via Visual Studio 2015/2017/2019/2022 'Extensions' or downloa
41
49
42
50
## Thanks
43
51
44
-
Before and during my development, I took the following documents/projects for reference. Great thanks to the authors who did great job.
52
+
Before and during my development, I referred the following projects and documents,
53
+
and I am very grateful to these authors who have done a great job.
This extension was developed because the [official one](https://github.com/madskristensen/FileDiffer) was missing many features I need at that time, and I also wanted to learn
9
+
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
10
+
extension only when the official one does not work for you. Refer to blog [comparing files in visual studio](https://devblogs.microsoft.com/visualstudio/comparing-files-in-visual-studio).
11
+
6
12
## Features
7
13
8
14
- Compare two selected files in Solution Explorer (Folder View supported).
@@ -29,12 +35,8 @@ Another open source Visual Studio extension that makes file/code comparison more
29
35
30
36
Thanks for every rating, I'm glad the tool is helpful to you,
31
37
because of a [network issue](https://github.com/heku/Kool.VsDiff/issues/5),
32
-
I cannot reply to you directly in the marketplace.
33
-
34
-
## Welcome
35
-
36
-
I'm not a native English speaker, so if you could correct any grammer mistake, it would be very appreciated.
38
+
I may not be able to reply to you directly in the marketplace.
37
39
38
40
## Feedback
39
41
40
-
If you have any question or problem, feel free to open an issue on [GitHub](https://github.com/heku/kool.vsdiff)
42
+
If you have any question, feel free to open an issue on [GitHub](https://github.com/heku/kool.vsdiff).
0 commit comments