Skip to content
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

Make listing directories first an option #29329

Closed
yairchu opened this issue Jun 23, 2017 · 1 comment
Closed

Make listing directories first an option #29329

yairchu opened this issue Jun 23, 2017 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality on-testplan verified Verification succeeded
Milestone

Comments

@yairchu
Copy link

yairchu commented Jun 23, 2017

Feature request.
Let users disable the file explorer listing directories before files.

For example, what is currently shown like this:

* src/
  * A/
    * X.hs
  * B/
    * Y.hs
  * A.hs

Could be shown as:

* src/
  * A/
    * X.hs
  * A.hs
  * B/
    * Y.hs

(A.hs is shown before B/)

This is useful for example for Haskell's file layout where A/X.hs stands for the A.X submodule of the module A (from A.hs). With this option one could see the module A together with its submodules.

@isidorn isidorn added this to the Backlog milestone Jun 23, 2017
@isidorn isidorn added feature-request Request for new features or functionality workbench labels Jun 23, 2017
foreverest added a commit to foreverest/vscode that referenced this issue Jun 27, 2017
bpasero pushed a commit that referenced this issue Jul 6, 2017
* Make listing directories first an option #29329

* Added refresh on `dirsFirst` config value changed

* Switch sorting configuration to enum

* Added `filesFirst` sorting

* Added sorting by type

* Got rid of the `path` dependency

* Added sorting by last modified date

* Merge conflict fix

* `modified` sorting order changed to descending

* New compareFileExtensions comparer added for TypeSorter

* Switched to a single self-contained explorer sorter

* Improved description of 'explorer.sortOrder' config option
@bpasero
Copy link
Member

bpasero commented Jul 6, 2017

Landed via #29509

Setting to use: "explorer.sortOrder": "mixed"

@bpasero bpasero closed this as completed Jul 6, 2017
@bpasero bpasero modified the milestones: July 2017, Backlog Jul 6, 2017
@bpasero bpasero self-assigned this Jul 6, 2017
@isidorn isidorn added the verified Verification succeeded label Jul 27, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality on-testplan verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants