A VS Code extension that allows you to manually order files and directories in the file explorer.
- Custom file/directory ordering within any folder
- Move files/folders up or down with simple buttons
- Persistent ordering (remembers your custom order)
- Reset to alphabetical order anytime
- Works alongside the standard VS Code file explorer
-
Package the extension:
npm install -g vsce vsce package
-
Install the
.vsixfile in VS Code:Ctrl+Shift+P→ "Extensions: Install from VSIX..."- Select the generated
.vsixfile
- After installation, you'll see a new "Custom Ordered Files" panel in the Explorer sidebar
- Right-click on any file/folder to see "Move Up" and "Move Down" options
- Your custom order is automatically saved and persists across VS Code sessions
- Use "Reset to Alphabetical" to return to default ordering
- Pipeline directories (ingestion → processing → storage → publish → jobs)
- Project structure organization
- Logical workflow ordering
- Any custom file/folder arrangement
No more ugly numbered prefixes or broken imports!