[Feature]: Add a command to close all open code files #6944
isaachorowitz
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/web
Problem or use case
When I open multiple code files, they remain open as tabs/surfaces. I want a single action to close all currently open code files instead of closing each file individually.
Expected behavior
Add a clearly discoverable “Close all open files” action, available from the file tab UI and/or command palette. It should:
Smallest useful scope
Add a “Close all files” command to the file-tab context menu and command palette. If any open file has unsaved changes, use the platform’s normal confirmation flow.
Why this matters
Closing many files one at a time is repetitive and makes it harder to reset the workspace after reviewing a task.
Contribution
All reactions