A VS Code extension that displays open editors as a file tree, similar to the regular file explorer.
Key Features
Folder Structure: Displays open files in their hierarchical folder structure.
Always Expanded: The tree is always displayed in a fully expanded view.
Automatic Focus: The open file automatically gets focus and is displayed in the tree.
Sync with Editors: The tree is always synchronized with open editors. When you close a file, it disappears from the tree; when you open it, it appears.
Close All Files: Button to close all open editors.
Close Individual Files: Ability to close an individual file using the cross icon that appears on hover.
Temporary Files Support: Display of temporary files in italics, just like in the standard Open Editors view.
Usage
Install the extension
Open the Explorer panel in VS Code
In the Explorer panel, you will see a new section "Nested Open Editors"
Commands
Nested Open Editors: Close All Editors - Close all open editors
Nested Open Editors: Close Editor - Close the selected editor
Nested Open Editors: Refresh - Manually refresh the tree view