From 9d773b301f5c973629a0067d3ec9e05e35caa8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Sat, 11 Feb 2023 01:36:38 +0100 Subject: [PATCH] Add SemanticDiff to Productivity --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index da2ec96..3ec7ec3 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ out awesome. - [Remote Development](#remote-development) - [Remote VSCode](#remote-vscode) - [REST Client](#rest-client) + - [SemanticDiff](#semanticdiff) - [Text Power Tools](#text-power-tools) - [Todo Tree](#todo-tree) - [Toggle Quotes](#toggle-quotes) @@ -879,6 +880,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s ![Send HTTP request and view response animation](https://raw.githubusercontent.com/Huachao/vscode-restclient/master/images/usage.gif) +## [SemanticDiff](https://marketplace.visualstudio.com/items?itemName=semanticdiff.semanticdiff) + +> Adds a programming language aware diff mode to Visual Studio Code, which filters out style-only changes and detects moves as well as refactorings. + +![SemanticDiff](https://raw.githubusercontent.com/Sysmagine/SemanticDiff/master/images/usage.gif) + ## [Text Power Tools](https://marketplace.visualstudio.com/items?itemName=qcz.text-power-tools) > All-in-one extension for text manipulation: filtering (grep), remove lines, insert number sequences and GUIDs, format content as table, change case, converting numbers and more. Great for finding information in logs and manipulating text.