Is your feature request related to a problem? Please describe.
I started working on adding some more directories to the collapsed directories list, and I noticed that the collapsed directories array doesn't follow any consistent ordering, as the licenses did previously. Directories for different languages are not separated either grouped together.
Describe the solution you'd like
Grouping directories by language, editor/IDE, and general-purpose, and each of them sorted alphabetically. This method raises some complications in relation to grouping, as some folders could fall into many categories at the same time, which may lead to confusion regarding where to place some folders.
Describe alternatives you've considered
Another simpler option is to just order them alphabetically, which may be the best option if each of the folders is commented, in a format like <language>-<editor/IDE>, as an example. There are probably many other possibilities, and I would like to hear any that you can think of.
Additional context
⚠️ PLEASE DO NOT EDIT THE CODE YET
As mentioned before, I am currently working on adding some more directories, so implementing this change could generate some errors when trying to create a pull request further on. I would change the directories to whatever format we determine here in those editions and submit it as a pull request with the new directories.
Is your feature request related to a problem? Please describe.
I started working on adding some more directories to the collapsed directories list, and I noticed that the collapsed directories array doesn't follow any consistent ordering, as the licenses did previously. Directories for different languages are not separated either grouped together.
Describe the solution you'd like
Grouping directories by language, editor/IDE, and general-purpose, and each of them sorted alphabetically. This method raises some complications in relation to grouping, as some folders could fall into many categories at the same time, which may lead to confusion regarding where to place some folders.
Describe alternatives you've considered
Another simpler option is to just order them alphabetically, which may be the best option if each of the folders is commented, in a format like
<language>-<editor/IDE>, as an example. There are probably many other possibilities, and I would like to hear any that you can think of.Additional context
⚠️ PLEASE DO NOT EDIT THE CODE YET
As mentioned before, I am currently working on adding some more directories, so implementing this change could generate some errors when trying to create a pull request further on. I would change the directories to whatever format we determine here in those editions and submit it as a pull request with the new directories.