-
Notifications
You must be signed in to change notification settings - Fork 39.7k
Allow to open a diff editor with two untitled sides #165123
Copy link
Copy link
Closed
Labels
diff-editorDiff editor issuesDiff editor issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-untitled-editorsManaging of untitled editors in workbench windowManaging of untitled editors in workbench window
Milestone
Metadata
Metadata
Assignees
Labels
diff-editorDiff editor issuesDiff editor issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeededworkbench-untitled-editorsManaging of untitled editors in workbench windowManaging of untitled editors in workbench window
On many occasions, we would like to compare texts (i.e. see a diff view) where the text for both sides of the diff will come from the clipboard. Following are some of the occasions out of many:
Current workaround:
CTRL+SHIFT+Pand searchCompare Active File With..., and find the second file (i.e. file2) from all the active files which we want on the right hand side of the diff view.It would be great to have this option to
Open Blank Diff Viewas a tab where we can directly paste clipboard content on both sides of the diff view. Even IDE's by Jetbrains have a similar feature.Following is a possible flow after this features is implemented:
CTRL+SHIFT+Pand searchOpen Blank Diff View