Douglas Rogers
Douglas Rogers

Reputation: 458

Consolidating panels in VS Code

If I split a panel into multiple panels and have multiple files open, how do I return to one panel and have those files consolidate into one? In Sublime Text, they call it columns and you can split the panel into multiple columns with cmd + option + 2 for two panels. If you want three, just press 3 instead of 2.

Is there any functionality (native or with an extension) like that in VS Code? I know that I can split a panel as many times but there is no way to consolidate. AND there is no way to dictate how many panels I want to split into in the first place.

Upvotes: 0

Views: 1450

Answers (1)

nick
nick

Reputation: 1998

It sounds like you're looking for the join editors of two groups command. By default there isn't a key binding for this but you can easily set one up yourself.

Upvotes: 3

Related Questions