This VSCode extension allows users to quickly toggle the sort order of files in the Explorer panel between 'By Last Modified' and 'By Name' using the Ctrl+F10 shortcut.
Toggle Sort Order: With a simple keyboard shortcut, users can switch the sort order of files in the Explorer panel between 'By Last Modified' and 'By Name'.
User Friendly: The extension is straightforward to use with minimal configuration required.
Extension Settings
This extension contributes the following settings:
explorer.sortOrder: set to 'modified' or 'default' to specify the default sort order when VSCode starts.
Keybindings
Ctrl+F10: Toggle the sort order of files in the Explorer panel between 'By Last Modified' and 'By Name'.
Release Notes
0.0.1
Initial release of Explorer Sort Order:
Toggle sort order between 'modified' and 'default'.