From fb17639dbbd5af909134c9b76c73d9dfb671c80a Mon Sep 17 00:00:00 2001 From: Ryuichi Inagaki Date: Sun, 13 Aug 2017 16:31:38 +1000 Subject: [PATCH] Added "Partial Diff" --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 21e0b6d..a85ed76 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [GitLens](#gitlens) - [Icon Fonts](#icon-fonts) - [Multiple clipboards](#multiple-clipboards) + - [Partial Diff](#partial-diff) - [Path IntelliSense](#path-intellisense) - [Project Manager](#project-manager) - [REST Client](#rest-client) @@ -268,6 +269,12 @@ Features full workbench theming > Override the regular Copy and Cut commands to keep selections in a clipboard ring +### [Partial Diff](https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff) + +> Compare (diff) text selections within a file, across different files, or to the clipboard + +![Partial Diff](https://raw.githubusercontent.com/ryu1kn/vscode-partial-diff/master/images/public.gif) + ### [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) > Visual Studio Code plugin that autocompletes filenames