05:38
2026-08-30
dev.to
developer-tools
How I Built a Virtual Folder Tree from Flat Filenames — No Files Moved, No Symlinks, Just 300 Lines of TypeScript
A developer built Logical Folders, a VSCode and IntelliJ plugin that displays flat filenames as a virtual directory tree without moving files on disk. The plugin uses a parsePath function to split fil…