Working without Tabs -> Simulating Buffers section#7043
Open
aguynamedben wants to merge 5 commits intomicrosoft:mainfrom
Open
Working without Tabs -> Simulating Buffers section#7043aguynamedben wants to merge 5 commits intomicrosoft:mainfrom
aguynamedben wants to merge 5 commits intomicrosoft:mainfrom
Conversation
This is in preparation for the option `revealIfOpenInActiveGroup` which is being tracked in microsoft/vscode#204942 and has PR in microsoft/vscode#205442.
In the PR we decided to change the name of this setting to `workbench.editor.moveToActiveGroupIfOpen`
anthonyspencer88
approved these changes
Oct 6, 2024
|
gobuster! |
onyorset
approved these changes
Jun 23, 2025
Siyler1
approved these changes
Jun 24, 2025
WWJ30
approved these changes
Jul 2, 2025
jokicdanijel
approved these changes
Jul 3, 2025
sadhu89
approved these changes
Jul 3, 2025
danhl8877-pixel
approved these changes
Aug 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
moveToActiveGroupIfOpenwhich is being tracked in microsoft/vscode#204942 and has PR in microsoft/vscode#205442.Adds section to Get Started -> Working without Tabs called "Simulating Buffers" which helps users coming from buffer-centric editors such as Emacs and vi. These users are accustomed to a model where any open file ("buffer") can be easily viewed in any split, without having to re-open the file a 2nd time. These users want to split window but don't wish to care about which Editor is in which Editor Group.
revealIfOpen+moveToActiveGroupIfOpenenables that functionality—if a user opens a file that's already open, instead of just surfacing the Editor within it's previous Editor Group, the Editor will be moved into the active Editor Group and then revealed. This means users can use the Quick Open to jump to files from any split without inadvertently opening it multiple times in multiple editor groups.