I’m currently building with QWIK. by convention many of the files are just called index.tsx
so in Curosr I end up with
Which is not very helpful to know if I’m in the right file. Please add as much of the path as will fit there.
I’m currently building with QWIK. by convention many of the files are just called index.tsx
so in Curosr I end up with
Which is not very helpful to know if I’m in the right file. Please add as much of the path as will fit there.
and to be clear I would want.
Apply to …/some_directory/some_inner_driectory/index.tsx
and not
Apply to the_most_outermost_directly/src/some…
which is what you currently have for the files that get added by context in the message and is not ideal for either situation.
ahh now I see the same request
This happens with Next.js when used with the app router due to a lot of “page.tsx” as well.