mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-12-28 08:39:24 -05:00
Added "Partial Diff"
This commit is contained in:
parent
447bfb11e7
commit
fb17639dbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user