Vscode: Add ability to unsplit editors of 2 editor groups

Created on 9 Feb 2017  Â·  5Comments  Â·  Source: microsoft/vscode

Please add the ability to close a split.

feature-request help wanted verification-needed verified

Most helpful comment

@jrieken : Is it only me or my intuition was to look for "Unsplit Editor" (been looking for this feature for a month at least now)!

All 5 comments

There is a "Close all editors in group" command (workbench.action.closeEditorsInGroup) which does this. Default keybinding is ctrl+k, w on Ubuntu.

I was going for something else, a command that joins the current group's
editors with the previous group, like is done in other editors.

On Fri, Feb 10, 2017 at 12:59 AM, Daniel Imms notifications@github.com
wrote:

Closed #20279 https://github.com/Microsoft/vscode/issues/20279.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/Microsoft/vscode/issues/20279#event-956471786, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABk1jPTJB6fS-u7u339RRVBQqmrW1d7rks5ra5phgaJpZM4L8ALi
.

Happy for a PR if someone wants to provide such a command.

Verify:

  • with this new command "Join Editors" you can bring all editors from one group into the group to the left
  • test with different editors, not just files (e.g. markdown preview, diff editors)

@jrieken : Is it only me or my intuition was to look for "Unsplit Editor" (been looking for this feature for a month at least now)!

Was this page helpful?
0 / 5 - 0 ratings