I've got a project where every page is labeled as index.ts, which makes navigating between the tabs quite confusing. I'm wondering if there's any setting or extension in VSCode that could help simplify this situation.
1 Answer
Have you thought about just restructuring a bit? I know it can be a hassle, but having all those index.ts files can make things really messy in the long run.

Yeah, I know it's not ideal, but I'm stuck with this repo for now and have to make do.