-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
index.{js,ts,jsx,tsx} always on top #128834
Labels
Comments
isidorn
added
*duplicate
Issue identified as a duplicate of another issue(s)
file-explorer
Explorer widget issues
labels
Jul 26, 2021
@isidorn I think it's a little strange to close an issue as dup without mentioning the original issue's number. The author has clearly put some effort in looking for possible dups. I cannot find the original issue either. This is unhelpful and will leave future people searching for the same problem a big mystery. Could you please reopen this issue or give the original issue's number? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
When we work with JS or TS, we usually do:
And in the
some/folder
there is aindex.ts
that does:The problem, is that when we look at the folder in the Explorer we see the files like:
It is difficult to spot and edit the
index.ts
. It is like it has camouflage.The problem is:
The proposal is to reorder the contents of the folder so index.{js,ts,jsx,tsx} is always just below the folder name:
The text was updated successfully, but these errors were encountered: