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

Feature Request: api to custom files sort order at the sidebar #12345

Closed
atian25 opened this issue Sep 21, 2016 · 5 comments
Closed

Feature Request: api to custom files sort order at the sidebar #12345

atian25 opened this issue Sep 21, 2016 · 5 comments
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues

Comments

@atian25
Copy link

atian25 commented Sep 21, 2016

  • VSCode Version: 1.5.2
  • OS Version: mac
@chrmarti
Copy link
Contributor

What's the use case you're after?

@chrmarti chrmarti added the info-needed Issue requires more information from poster label Sep 21, 2016
@chrmarti chrmarti self-assigned this Sep 21, 2016
@atian25
Copy link
Author

atian25 commented Sep 21, 2016

I want to write a plugin to let some lib in node_modules to show at top, because need to explore them frequently

or detect which modules isrequire at project directly, then show them at top

@chrmarti chrmarti added feature-request Request for new features or functionality and removed info-needed Issue requires more information from poster labels Sep 21, 2016
@yvbeek
Copy link

yvbeek commented Sep 23, 2016

It would be great if VS Code would allow a custom sort of the files view.

In TypeScript, module resolution automatically processes index.ts files. It would be great to change the sorting so that the index.ts file is at the top.

For example:

[] reducers
   estimates.ts
   index.ts
   locations.ts

Would become:

[] reducers
   index.ts
   estimates.ts
   locations.ts

@denizdogan
Copy link

I'm also looking for this functionality, I'd really like it if VSCode could put index.js at the top and README.md at the bottom, for example!

@isidorn
Copy link
Contributor

isidorn commented Nov 17, 2017

Duplicate of #27286

@isidorn isidorn marked this as a duplicate of #27286 Nov 17, 2017
@isidorn isidorn closed this as completed Nov 17, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 1, 2018
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 file-explorer Explorer widget issues
Projects
None yet
Development

No branches or pull requests

5 participants