How can I manage multiple index.ts files in my project on VSCode?

0
3
Asked By CodeNinja45 On

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

Answered By DevDude123 On

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.

CodeNinja45 -

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

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.