The extension currently provides the showParentFolderInfoOnDuplicates setting. It adds the parent folder name when duplicate project names appear. It would help to have an option that shows the parent folder name for all projects, not only for duplicates.
Here is an example of the current structure:
/project/stage1/c_file
/project/stage1/a_file
/project/stage1/b_file
/project/stage2/g_file
/project/stage2/a_file
/project/stage2/e_file
The list appears as:
a_file stage1
a_file stage2
b_file
c_file
e_file
g_file
But it would be useful to always show the parent folder:
a_file stage1
a_file stage2
b_file stage1
c_file stage1
e_file stage2
g_file stage2
This creates inconsistent ordering of parent folders, so another feature would help - a sorting mode that orders projects by parent folder name first, then by the inner folder name.
A grouped and sorted view would look like:
a_file stage1
b_file stage1
c_file stage1
a_file stage2
e_file stage2
g_file stage2
TL;DR:
- A setting that always shows the parent folder name for every project.
- A setting that sorts by parent folder first, then by project name.
The extension currently provides the
showParentFolderInfoOnDuplicatessetting. It adds the parent folder name when duplicate project names appear. It would help to have an option that shows the parent folder name for all projects, not only for duplicates.Here is an example of the current structure:
The list appears as:
But it would be useful to always show the parent folder:
This creates inconsistent ordering of parent folders, so another feature would help - a sorting mode that orders projects by parent folder name first, then by the inner folder name.
A grouped and sorted view would look like:
TL;DR: