-
Notifications
You must be signed in to change notification settings - Fork 39.5k
index.{js,ts,jsx,tsx} always on top #128834
Copy link
Copy link
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)file-explorerExplorer widget issuesExplorer widget issues
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)file-explorerExplorer widget issuesExplorer widget issues
When we work with JS or TS, we usually do:
And in the
some/folderthere is aindex.tsthat 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: