Sorted FilesThis simple extension is based on vscode tree-view-sample to display only files of a folder in a tree view. By default the files are sorted by modified time so it's convenient to know the recently modified files in the specified folder. E.g. if you use vscode to manage your markdown files in a folder you may want to know which files are recently modified in that folder. The similar idea also applies to other file types. Features1). Watch for specified folder for changes 2). Sort files based on file's
3). Ascending and descending order Toggle when clicking current order menu item. Extension SettingsThis extension contributes the following settings:
Release Notes1.0.0Initial release of Sorted Files |