A VS Code extension that provides a file explorer with a three-column layout displaying Name, Modified date, and Size.
- Three-Column Layout: Displays files and folders with Name, Modified date, and Size columns
- Breadcrumb Navigation: Navigate through directories with an intuitive breadcrumb interface
- Search Functionality: Real-time file search within the current directory and subdirectories
- Navigation History: Go back and forward through your navigation history
- Auto Refresh: Automatically updates when files or directories change
- Sortable Columns: Click on column headers to sort by Name, Modified date, or Size
- Download the latest
.vsixfile from the Releases page - Open VS Code
- Press
Ctrl+Shift+P(Windows/Linux) orCmd+Shift+P(macOS) to open the Command Palette - Type "Install from VSIX" and select "Extensions: Install from VSIX..."
- Select the downloaded
.vsixfile
git clone https://github.com/Dot4diw/TabViewer.git
cd tabviewer
npm install
npm run compile
npx vsce packageThen install the generated .vsix file following the steps above.
- Open a workspace/folder in VS Code
- The TabViewer panel appears in the Explorer sidebar
- Click on folders to navigate into them
- Click on files to open them in the editor
| Action | Description |
|---|---|
| Go Up (←) | Navigate to the previous directory in history |
| Go Down (→) | Navigate to the next directory in history |
| Refresh | Manually refresh the file list |
| Breadcrumb | Click on any path segment to navigate directly |
- Enter text in the search box to filter files
- Search is performed recursively within the current directory
- Clear the search box to return to the previous directory
| Command | Description |
|---|---|
tabViewer.refresh |
Refresh the file list |
tabViewer.navigateUp |
Navigate back in history |
tabViewer.navigateDown |
Navigate forward in history |
- VS Code 1.85.0 or higher
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
- Initial release
- Three-column file explorer with Name, Modified, and Size
- Breadcrumb navigation
- Search functionality
- Navigation history (back/forward)
- Auto refresh on file system changes
