company
/ProjectA
/.git
/ProjectB
/.git
easier to browse than this? company
/.git
/ProjectA
/ProjectB
You still need to find the project A repo if you don't use monorepos. And even if you do use monorepos everything doesn't have to be one monoloithic build hogging down your IDE, you can still have microservices with the code for each hosted in the same repo. You seem to conflate monorepo with lots of other things.