Skip to content

[FEATURE] - Always show parent folder info and allow sorting by parent folder #848

@stambolievv

Description

@stambolievv

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions