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!
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 (\).
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
.vscodesettings folder is permanently hidden by default so your tree stays perfectly clean!)
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-workspaceconfiguration 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.
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
Deletekey (or use the right-click menu). Xplorer safely moves items to your OS's Trash/Recycle Bin so nothing is lost permanently by accident!
- Install the extension via the VS Code Marketplace or from the
xplorer-1.0.0.vsixfile. - 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".
