We ve all been there: You want to group your code by "Feature," but the project structure is forced to be "By Type," and if you move one file, 50 import statements break and the build fails.
I created UCO (Universal Code Organizer) to solve this. Instead of moving files, it scans your code for a simple @UCO: tag in the comments and generates a Shadow Workspace using OS symlinks.
The Workflow:
Keep your messy files exactly where the compiler wants them.
Add a comment like // @UCO: Features/Auth/Hooks to your file.
this is a organization tool made by me use it as much as you like, i would like to mention it has not been tested a lot. - nelsenm25/Universal-Code-Organizer