File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 88* You can compare (diff) text selections within a file, across different files, or to the clipboard.
99* Multi cursor text selection
1010* User defined text normalisation rules to reduce the noise in the diff (e.g. replace tab characters to spaces)
11- * Compare text in 2 visible editors (i.e. tabs) with one command
11+ * Compare text in 2 visible editors (i.e. tabs) with one action
1212
1313![ Compare two text selections] ( https://raw.githubusercontent.com/ryu1kn/vscode-partial-diff/master/images/public.gif )
1414
Original file line number Diff line number Diff line change 117117 "command" : " extension.partialDiff.diffSelectionWithClipboard" ,
118118 "group" : " 2_partialdiff@3" ,
119119 "when" : " editorTextFocus"
120+ },
121+ {
122+ "command" : " extension.partialDiff.diffVisibleEditors" ,
123+ "group" : " 2_partialdiff@4" ,
124+ "when" : " editorTextFocus"
120125 }
121126 ]
122127 }
You can’t perform that action at this time.
0 commit comments