microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.07k stars 29.21k forks source link

[FR] Support navigation commands for two sides of the diff editor #125604

Closed wenfangdu closed 3 years ago

wenfangdu commented 3 years ago

Currently, when using diff editor, commands like workbench.action.navigateUp, workbench.action.navigateDown, workbench.action.navigateLeft and workbench.action.navigateRight etc. won't work, they're treating the two sides as the same view, it'll be a productivity booster if these commands are supported for the diff editor as well.

image

bpasero commented 3 years ago

@wenfangdu these command exist for a long time, see https://github.com/microsoft/vscode/issues/95068

wenfangdu commented 3 years ago

@bpasero Thanks for the pointer!