-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Take filetype into consideration when sorting files #1495
Comments
Interesting. So source files would be sorted before other text files? Taking into account case is a separate issue really. Note that there is a (not very discoverable) way to search in the sidebar - press |
That's good to know. |
Ah, sorry - I did not mention that it is an extension. You need to have the "Find Project Files" extension activated. |
That shortcut was chosen in line with the other "Find" shortcuts ( |
Problem
I have a project like this with many
.cpp
and.h
files. It takes me effort to find theCMakeLists.txt
file because the treeview is sorted only alphabetically and doesn't take into account the frequency of files or the Uppercases.Proposal
It'd make more sense to sort files like the following:
So that less frequent filetypes go in the bottom (or top).
Prior Art (Optional)
No response
The text was updated successfully, but these errors were encountered: