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

Decouple filesFirst option from sorting options in file explorer #64738

Closed
ncodefun opened this issue Dec 10, 2018 · 6 comments
Closed

Decouple filesFirst option from sorting options in file explorer #64738

ncodefun opened this issue Dec 10, 2018 · 6 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@ncodefun
Copy link

I like files first as it is less confusing visually, but then I cannot have any sorting option.
I think it would be better to just make a different setting for this instead of adding all possible combinations.

Ideally, I would love a more advanced (multi) sorting:

  • Define common file types by extensions: { style: [css,sass,scss], script: [js], ... }
  • User define a custom order for file types: [ 'document', 'script', 'style', 'config', 'text' ]
  • Then order by extension, then by name...

Here's how I did it for a project I'm working on: codepen.io/ncodefun/pen/JwPgYO

The Javascript side of this is pretty straightforward, but I'm totally unfamiliar with VS code internals – maybe I could contribute if someone point me to the right direction!

@isidorn isidorn added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 11, 2018
@vscodebot
Copy link

vscodebot bot commented Dec 11, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Dec 11, 2018
@isidorn
Copy link
Contributor

isidorn commented Dec 11, 2018

Search for issues tagged with file-explorer and feature-request to find the duplicate of

@ncodefun
Copy link
Author

I'm sorry but I just read the 87 related request's titles, nothing is even close to this request, please point me to the request you seem to think is a duplicate of this one, thanks.

@isidorn
Copy link
Contributor

isidorn commented Dec 11, 2018

#27286

@ncodefun
Copy link
Author

Thank you. I fear the main point of this request is not addressed at all in these propositions (decoupling the filesFirst option) but I agree its all "related" feature requests, so I guess this one could be linked somehow to #27286. @bpasero ?

@ncodefun
Copy link
Author

Ah sorry, just read to the bottom, thanks again, I'm out!

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants