A powerful, natively-themed alternative to the default VS Code Explorer, designed specifically to supercharge multi-root workspaces and complex folder structures. It brings Eclipse and NetBeans-style "Combined Package" mode directly into VS Code, flattening deeply nested directories into clean, easy-to-read packages while preserving a 100% native look and feel!
✨ Key Features
1. 📦 Combined Mode (Flat Packages)
Tired of endlessly expanding deeply nested folders just to reach your files?
Right-click any folder and select "Toggle Combined Mode".
Deeply nested folders (like src/main/java/com/project) are instantly flattened into clean, NetBeans-style package nodes (e.g. src.main.java.com.project).
Custom separators! Go to Settings and choose your preferred format: Forward Slash (/), Dot (.), or Backslash (\).
2. 👻 Quick Hide & Unhide
Cluttered workspace? Clean it up instantly without digging through settings.json.
Right-click any file or folder and select "Hide from Explorer". It instantly vanishes from both the Advanced and Native explorers.
Need it back? Click the Eye Icon in the view title bar to reveal all your hidden items (marked clearly with a (Hidden) tag).
Right-click any hidden item and select "Unhide from Explorer" to restore it permanently.
(Bonus: The pesky .vscode settings folder is permanently hidden by default so your tree stays perfectly clean!)
3. 🎨 100% Native Feel
We hate extensions that don't fit in. That's why Xplorer was built to be indistinguishable from the native UI:
Automatic Theming: Inherits your active File Icon Theme (Material Icons, VSCode Great Icons, etc.) automatically.
Native Layout: Automatically reads your .code-workspace configuration and natively adapts its window title to match your workspace name.
Smart File Creation: Features custom-built New File and New Folder buttons right in the title bar that intelligently prompt you for names based on what you have selected.
4. 🗂️ Native File Operations
Manage your files exactly as you're used to:
Rename: Select a file or folder and press F2 (or use the right-click menu) to easily rename items.
Safe Delete: Select an item and press the Delete key (or use the right-click menu). Xplorer safely moves items to your OS's Trash/Recycle Bin so nothing is lost permanently by accident!
🛠️ How to Use It
Install the extension via the VS Code Marketplace or from the xplorer-1.0.0.vsix file.
Look for the new Xplorer icon in your Activity Bar on the far right.
Click it to open the Xplorer view, which automatically adapts to your current workspace!
Right click any folder or file to explore the new features like "Toggle Combined Mode" or "Hide from Explorer".